summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/default.gembox
diff options
context:
space:
mode:
authorUkrainskiy Sergey <[email protected]>2018-08-09 17:09:02 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2019-05-15 16:57:21 +0900
commit8808219e6d51673e6fa582819703e6e5912439b0 (patch)
tree7ad830fc1ea3da35d81fe853cd44023790131895 /mrbgems/default.gembox
parent7f1f499b2277c4636824b7f3e9b301576aaddba5 (diff)
downloadmruby-8808219e6d51673e6fa582819703e6e5912439b0.tar.gz
mruby-8808219e6d51673e6fa582819703e6e5912439b0.zip
Initial suffix support
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 23e65fcee..501aee146 100644
--- a/mrbgems/default.gembox
+++ b/mrbgems/default.gembox
@@ -68,6 +68,12 @@ MRuby::GemBox.new do |conf|
# Use Enumerator::Lazy class (require mruby-enumerator)
conf.gem :core => "mruby-enum-lazy"
+ # Use Complex class
+ #conf.gem :core => "mruby-complex"
+
+ # Use Rational class
+ #conf.gem :core => "mruby-rational"
+
# Use toplevel object (main) methods extension
conf.gem :core => "mruby-toplevel-ext"