diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-10-17 11:18:54 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-10-17 11:19:12 +0900 |
| commit | 4e365156d130e94a9c7937f498b438183efca954 (patch) | |
| tree | 0f95e52e755227335c541d53c202b5c8c9842461 /mrbgems/default.gembox | |
| parent | 061d804a5906118e505c7fc3ae5051733e1c825e (diff) | |
| download | mruby-4e365156d130e94a9c7937f498b438183efca954.tar.gz mruby-4e365156d130e94a9c7937f498b438183efca954.zip | |
Add `Comparable#clamp`; CRuby2.4
Diffstat (limited to 'mrbgems/default.gembox')
| -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 64f05de10..65584681d 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -14,6 +14,9 @@ MRuby::GemBox.new do |conf| # Use standard Struct class conf.gem :core => "mruby-struct" + # Use Comparable module extension + conf.gem :core => "mruby-compar-ext" + # Use Enumerable module extension conf.gem :core => "mruby-enum-ext" |
