Add `mruby-io` and `mruby-pack` to `default.gembox`

parent 4c1494d5
MRuby::GemBox.new do |conf| 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 # Use standard Kernel#sprintf method
conf.gem :core => "mruby-sprintf" conf.gem :core => "mruby-sprintf"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment