Adding an access to a map literal which doesn't seem to be working (though it's vector counterpart does)

This commit is contained in:
Jonathan Turner 2011-09-24 14:14:37 -06:00
parent 3765c23598
commit 1eb402e474

View File

@ -0,0 +1 @@
assert_equal(1, {"bob":1,"fred":2}["bob"])