mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
metaprog.gembox: add two binding gems
- mruby-binding - mruby-proc-binding
This commit is contained in:
@@ -10,6 +10,12 @@ MRuby::GemBox.new do |conf|
|
||||
# Use eval()
|
||||
conf.gem :core => "mruby-eval"
|
||||
|
||||
# Use binding()
|
||||
conf.gem :core => "mruby-binding"
|
||||
|
||||
# Use Proc#binding()
|
||||
conf.gem :core => "mruby-proc-binding"
|
||||
|
||||
# Use mruby-compiler to build other mrbgems
|
||||
conf.gem :core => "mruby-compiler"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user