Skip to content

oss-fun/mruby-subaco

Repository files navigation

mruby-subaco Build Status

Subaco class

install by mrbgems

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

    # ... (snip) ...

    conf.gem :github => 'chikuwait/mruby-subaco'
end

example

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

License

under the MIT License:

  • see LICENSE file

Releases

No releases published

Packages

No packages published