/mruby-bin-mps

Primary LanguageRubyOtherNOASSERTION

mruby-bin-mps Build Status

BinMps class

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'zzz/mruby-bin-mps'
end

example

p BinMps.hi
#=> "hi!!"
t = BinMps.new "hello"
p t.hello
#=> "hello"
p t.bye
#=> "hello bye"

License

under the MIT License:

  • see LICENSE file