Dynahash allows you to access Hash keys as if they were properties with some logical replacements. For example:\n\nh = {:first_name => "Tony", "**the gender**" => :male}\nh.name # => "Tony"\nh.the_gender # => :male
Tony Heupel
gem "dynahash", "~> 0.2"