summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/default.gembox
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/default.gembox')
-rw-r--r--mrbgems/default.gembox6
1 files changed, 6 insertions, 0 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox
index 7ddbb16d1..9859c7d52 100644
--- a/mrbgems/default.gembox
+++ b/mrbgems/default.gembox
@@ -1,4 +1,7 @@
MRuby::GemBox.new do |conf|
+ # Meta-programming features
+ conf.gem :core => "mruby-metaprog"
+
# Use standard IO/File class
conf.gem :core => "mruby-io"
@@ -83,6 +86,9 @@ MRuby::GemBox.new do |conf|
# Use class/module extension
conf.gem :core => "mruby-class-ext"
+ # Use Method/UnboundMethod class
+ conf.gem :core => "mruby-method"
+
# Use mruby-compiler to build other mrbgems
conf.gem :core => "mruby-compiler"
end