From 4f31bcbc845a813411c948a01c19bc63a1716ec6 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 10 Feb 2018 16:58:59 +0900 Subject: Add `mruby-io` and `mruby-pack` to `default.gembox` --- mrbgems/default.gembox | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mrbgems') diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index 65584681d..7ddbb16d1 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -1,4 +1,10 @@ MRuby::GemBox.new do |conf| + # Use standard IO/File class + conf.gem :core => "mruby-io" + + # Use standard Array#pack, String#unpack methods + conf.gem :core => "mruby-pack" + # Use standard Kernel#sprintf method conf.gem :core => "mruby-sprintf" -- cgit v1.2.3