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-no-stdio.gembox | |
| parent | aecb3a33e6d6a482fd009d16fadf16f7b436da93 (diff) | |
| download | mruby-01aa2a990fdf22c25c95dd776f07779f5a06758d.tar.gz mruby-01aa2a990fdf22c25c95dd776f07779f5a06758d.zip | |
Specify receivers for `gembox` methods; ref #5241
Diffstat (limited to 'mrbgems/default-no-stdio.gembox')
| -rw-r--r-- | mrbgems/default-no-stdio.gembox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/default-no-stdio.gembox b/mrbgems/default-no-stdio.gembox index 8efb06a73..064a57f99 100644 --- a/mrbgems/default-no-stdio.gembox +++ b/mrbgems/default-no-stdio.gembox @@ -1,4 +1,4 @@ MRuby::GemBox.new do |conf| - gembox "stdlib" - gembox "math" + conf.gembox "stdlib" + conf.gembox "math" end |
