1 2 3 4 5 6
MRuby::Build.new do |conf| toolchain :gcc enable_debug conf.gembox 'default' conf.gem '../mruby-method' end