Hacker News new | ask | show | jobs
by DHMO 3612 days ago
You don't have to use do; end or do |a,b|; end in Ruby; you can use { } and {|a,b| }, even for multiline. There are options.