hash_syntax
hash_syntax copied to clipboard
Does not handle cases when hashrockets are not space-delimited (1.8 -> 1.9)
A Ruby file containing :format =>:json becomes format::json, which is not syntactically invalid but not the expected outcome.
Ruby 1.9.3-p0, hash_syntax 1.0.0.
+1 Having the same issue