Skip to content

chronno/mruby-mrgss

Repository files navigation

mruby-mrgss Build Status

MRGSS

install by mrbgems

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

    # ... (snip) ...

    conf.gem :github => 'chronno/mruby-mrgss'
end

example

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

License

under the MIT License:

  • see LICENSE file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published