mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Allow nested gemboxes; fix #4124
This commit is contained in:
@@ -454,5 +454,6 @@ module MRuby
|
||||
def new(&block); block.call(self); end
|
||||
def config=(obj); @config = obj; end
|
||||
def gem(gemdir, &block); @config.gem(gemdir, &block); end
|
||||
def gembox(gemfile); @config.gembox(gemfile); end
|
||||
end # GemBox
|
||||
end # MRuby
|
||||
|
||||
Reference in New Issue
Block a user