Commit 43d2fe80 authored by Ryan Scott's avatar Ryan Scott

Added mruby-objectspace to the detault gembox.

parent 4acfadfe
......@@ -41,6 +41,9 @@ MRuby::GemBox.new do |conf|
# Use Random class
conf.gem :core => "mruby-random"
# Use ObjectSpace class
conf.gem :core => "mruby-objectspace"
# Generate mirb command
conf.gem :core => "mruby-bin-mirb"
......
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