Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Order Hash and delete first key-value pair

Why is File.read('/path/to/file') not in Ruby docs?

ruby

Why is `instance_variable_set` necessary in Ruby?

ruby

group_by multiple times in ruby

ruby group-by

What is the best way to properly get to know the Rails framework? [closed]

How to get the array index or iteration number with an each iterator?

ruby indexing iterator

Does Ruby have an addon similar to Perl 6 grammars?

regex ruby grammar raku

How to find date of end of week in Ruby?

ruby-on-rails ruby date

Changing created_at for seed.rb data

How to split an array?

ruby arrays

C/C++ within Ruby code?

c++ c ruby interop embed

Regex that matches valid Ruby local variable names

ruby regex variables

Ruby & Syslog & custom facility

ruby syslog

Is there a usecase for nested classes?

c++ python ruby oop

Ohm & Redis: when to use set, list or collection?

ruby-on-rails ruby redis ohm

Ruby Regex to round trailing zeros

strange behaviour when comparing floating points in rspec

ruby rspec floating-point

Can the Ruby language be used to build operating systems?

ruby build operating-system

Find all subsets of size N in an array using Ruby

ruby set combinatorics

Intersection of lists

c# ruby list intersection