/mruby-ss

:smile: a implement of socket statistics for mruby

Primary LanguageCOtherNOASSERTION

mruby-ss Build Status

SS class

install by mrbgems

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

    # ... (snip) ...

    conf.gem :github => 'dojineko/mruby-ss'
end

example

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

License

under the MIT License:

  • see LICENSE file