diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 10:47:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-04 11:01:30 +0900 |
| commit | 07129c76d9bfa579142980c6c0e78096abd86d25 (patch) | |
| tree | dde17bb1e5d536f0d1bf4c96847c23d5279c77d8 | |
| parent | 6fe03f3b39652f8d1a397ef2a8d766489ca9ded7 (diff) | |
| download | mruby-07129c76d9bfa579142980c6c0e78096abd86d25.tar.gz mruby-07129c76d9bfa579142980c6c0e78096abd86d25.zip | |
Add `mruby-complex` and `mruby-rational` to `default.gembox`.
| -rw-r--r-- | mrbgems/default.gembox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index d7b627c9e..de1e9a573 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -71,6 +71,10 @@ MRuby::GemBox.new do |conf| # Use toplevel object (main) methods extension conf.gem :core => "mruby-toplevel-ext" + # Use Rational/Complex numbers + conf.gem :core => "mruby-rational" + conf.gem :core => "mruby-complex" + # Generate mirb command conf.gem :core => "mruby-bin-mirb" |
