diff options
| author | dearblue <[email protected]> | 2018-09-08 10:06:09 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2018-09-08 10:25:30 +0900 |
| commit | 292ea06d4d10ca12ec931c73f0ca39db23d66b8e (patch) | |
| tree | 1b4f2425ec7c5c58a2c4e0458953501986fdfc1c /mrbgems/mruby-enum-ext | |
| parent | 3447162a4c5f1e5e7a1206deaacd8cb6ad2d3897 (diff) | |
| download | mruby-292ea06d4d10ca12ec931c73f0ca39db23d66b8e.tar.gz mruby-292ea06d4d10ca12ec931c73f0ca39db23d66b8e.zip | |
Fix outer module name
example:
a = Module.new
a::B = Module.new
p [a, a::B] # => [#<Module:0x801825890>, #<Class:0x801825890>::B]
# => [#<Module:0x801825890>, #<Module:0x801825890>::B] (Fixed)
Diffstat (limited to 'mrbgems/mruby-enum-ext')
0 files changed, 0 insertions, 0 deletions
