Files
mruby-mruby/mrbgems
KOBAYASHI Shuji 9bd692bc67 Fix class name validation in Struct.new
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
2019-06-13 21:24:48 +09:00
..
2019-05-16 11:46:37 +09:00
2019-05-26 20:17:03 +09:00
2019-06-07 22:54:03 +09:00
2019-04-17 21:04:46 +09:00
2019-05-15 16:57:21 +09:00