×
The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Comments
Wouldn’t it make more sense to just use a Hash?
LANGS = Hash.new { |h, k| k }.update('com' => 'en', 'uk' => 'en')Why does that make more sense than using an array?
Post a comment