summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/default.gembox
diff options
context:
space:
mode:
authorUkrainskiy Sergey <[email protected]>2018-09-09 11:57:16 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2019-05-15 16:57:21 +0900
commitd67d2ae8e88b93536e71dfa41a90721ce351da7c (patch)
tree25b8e534e0864817bf05dee8022004fa04e22fc7 /mrbgems/default.gembox
parent79c3335e8d22ec76340b3028a7bbc658d631b17c (diff)
downloadmruby-d67d2ae8e88b93536e71dfa41a90721ce351da7c.tar.gz
mruby-d67d2ae8e88b93536e71dfa41a90721ce351da7c.zip
Basic implementation of Complex and Rational classes
Diffstat (limited to 'mrbgems/default.gembox')
-rw-r--r--mrbgems/default.gembox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox
index 501aee146..ae085309c 100644
--- a/mrbgems/default.gembox
+++ b/mrbgems/default.gembox
@@ -69,10 +69,10 @@ MRuby::GemBox.new do |conf|
conf.gem :core => "mruby-enum-lazy"
# Use Complex class
- #conf.gem :core => "mruby-complex"
+ # conf.gem :core => "mruby-complex"
# Use Rational class
- #conf.gem :core => "mruby-rational"
+ # conf.gem :core => "mruby-rational"
# Use toplevel object (main) methods extension
conf.gem :core => "mruby-toplevel-ext"