2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00
2014-07-24 08:15:57 +09:00

mruby-set Build Status

Set class

install by mrbgems

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

    # ... (snip) ...

    conf.gem :git => 'https://github.com/yui-knk/mruby-set.git'
end

example

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

License

under the MIT License:

  • see LICENSE file
S
Description
Automated archival mirror of github.com/mruby/mruby
Readme MIT 44 MiB
Languages
C 69.9%
Ruby 23.9%
Yacc 4.7%
C++ 1.4%