diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-06 18:10:21 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-06 18:10:21 +0900 |
| commit | 01aa2a990fdf22c25c95dd776f07779f5a06758d (patch) | |
| tree | bd6e9d4aee64ec5154ecf28e0277f7ab7e17c776 /mrbgems/default.gembox | |
| parent | aecb3a33e6d6a482fd009d16fadf16f7b436da93 (diff) | |
| download | mruby-01aa2a990fdf22c25c95dd776f07779f5a06758d.tar.gz mruby-01aa2a990fdf22c25c95dd776f07779f5a06758d.zip | |
Specify receivers for `gembox` methods; ref #5241
Diffstat (limited to 'mrbgems/default.gembox')
| -rw-r--r-- | mrbgems/default.gembox | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index f7618a6e0..ae2de2ac2 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -1,9 +1,9 @@ MRuby::GemBox.new do |conf| - gembox "stdlib" - gembox "stdlib-ext" - gembox "stdlib-io" - gembox "math" - gembox "metaprog" + conf.gembox "stdlib" + conf.gembox "stdlib-ext" + conf.gembox "stdlib-io" + conf.gembox "math" + conf.gembox "metaprog" # Generate mrbc command conf.gem :core => "mruby-bin-mrbc" |
