CgroupV2 class
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'haconiwa/mruby-cgroupv2'
end
p CgroupV2.hi
#=> "hi!!"
t = CgroupV2.new "hello"
p t.hello
#=> "hello"
p t.bye
#=> "hello bye"
under the MIT License:
- see LICENSE file