diff options
| author | take_cheeze <[email protected]> | 2014-07-13 20:46:50 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-11-13 16:17:36 +0900 |
| commit | 451985d44be9078660bcb43e4c7d91b3398230a4 (patch) | |
| tree | 134ac4eb1ca745a24f3b42993c1e415d250a41da /mrbgems/default.gembox | |
| parent | 88604e39ac9c25ffdad2e3f03be26516fe866038 (diff) | |
| download | mruby-451985d44be9078660bcb43e4c7d91b3398230a4.tar.gz mruby-451985d44be9078660bcb43e4c7d91b3398230a4.zip | |
Implement Module#name.
Solves #2132.
Diffstat (limited to 'mrbgems/default.gembox')
| -rw-r--r-- | mrbgems/default.gembox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index 0960ba979..9abbd8512 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -71,6 +71,9 @@ MRuby::GemBox.new do |conf| # Use Kernel module extension conf.gem :core => "mruby-kernel-ext" + # Use extensional Module class + conf.gem :core => "mruby-module-ext" + # Use mruby-compiler to build other mrbgems conf.gem :core => "mruby-compiler" end |
