MRGSS
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'chronno/mruby-mrgss'
end
p mrgss.hi
#=> "hi!!"
t = mrgss.new "hello"
p t.hello
#=> "hello"
p t.bye
#=> "hello bye"
under the MIT License:
- see LICENSE file