Skip to content

udzura/mruby-rubykaigi-rucy-sample

Repository files navigation

mruby-rubykaigi-rucy-sample Build Status

RubykaigiRucySample class

install by mrbgems

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

    # ... (snip) ...

    conf.gem :github => 'udzura/mruby-rubykaigi-rucy-sample'
end

example

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

License

under the MIT License:

  • see LICENSE file

About

RubyKaigi demo of Rucy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published