Actions
Bug #19882
closed:$0x should be rejected
Bug #19882:
:$0x should be rejected
Description
irb(main):001> :$0x
=> :"$0x"
Since $0x
is not a valid global variable name, I think it should be rejected unless quotation marks are used.
Actions