diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-07-13 20:41:56 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-07-13 20:42:32 +0900 |
| commit | e8a84d663f7ae76fc98920ae7e08882d129496bc (patch) | |
| tree | 2962bc0c5ba2b6e930c2ebc089808da01992a1f9 | |
| parent | b4cdced22fe1f25d8cf6fc499a2e2c9875f17e9e (diff) | |
| download | mruby-e8a84d663f7ae76fc98920ae7e08882d129496bc.tar.gz mruby-e8a84d663f7ae76fc98920ae7e08882d129496bc.zip | |
Add `mruby-method` gem to `default.gembox` [ci skip]
| -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 23e65fcee..9859c7d52 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -86,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 |
