Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

TOPLEVEL_BINDING difference in irb and script

ruby

Calling a lambda from another lambda. Why does the order matter?

ruby lambda scope

Valid for Ruby class to extend itself but under a module?

ruby

Splitting into empty substrings

ruby string split

How do I split string into an array using blank lines as delimiter in ruby?

arrays ruby string

Ruby vs. Go / sha256 hmac base64 encoded string mismatches

ruby go openssl base64 hmac

How to use Ruby on Rails functions within plain (non ROR) Ruby file

ruby-on-rails ruby

Jekyll site fails only when pushed to GitHub

ruby sass jekyll github-pages

Is there anything in ruby like object.in(array)? [duplicate]

arrays ruby

Is there any difference between {:x => 1} and {:x => 1, :y => nil} in ruby?

ruby null

Ruby regex to allow A-Za-z0-9

regex ruby

Is there a Ruby built-in class or module (other than String) that has method #to_str?

ruby

Why does this code snippet output "true" when it should return "false"?

ruby

Difference between alias foo bar and just foo = bar

ruby

Is there an identity function in Ruby?

call function in the map block of hash

ruby-on-rails ruby

How to find two elements of the same array that contain all vowels

ruby nested-loops

Deprecation of combine_options in Active Storage's ImageProcessing transformer

How to configure Puma for a Hanami Application?

How to group array elements by index?

ruby group-by slice