Actions
Feature #8939
closedsymbol / string invariance (for hashes)
Feature #8939:
symbol / string invariance (for hashes)
Status:
Closed
Assignee:
-
Target version:
-
Description
hash={key:"value"}
hash["key"] should return "value"
hash={"key"=>"value"}
hash[:key] should return "value"
Actions