Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 490 Bytes

mruby-probe Build Status

Probe class

install by mrbgems

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

    # ... (snip) ...

    conf.gem :github => 'udzura/mruby-probe'
end

example

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

License

under the MIT License:

  • see LICENSE file