Have a hash:
h = {:a => \"val1\", :b => \"val2\", :c => \"val3\"}
I can refer to the hash value:
h[:a], h[:c]