If I already have a hash, can I make it so that
h[:foo] h[\'foo\']
are the same? (is this called indifferent access?)
The details: I
You can just use with_indifferent_access.
with_indifferent_access
SETTINGS = YAML.load_file("#{RAILS_ROOT}/config/settings.yml").with_indifferent_access