mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9bd692bc67
Before this patch:
$ bin/mruby -e 'p Struct.new("A-")'
#=> Struct::"A-"
After this patch:
$ bin/mruby -e 'p Struct.new("A-")'
#=> NameError: identifier A- needs to be constant