Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-capacity Build Status

Build Status

Provides interface method of capacity of String class and array class.

install by mrbgems

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

    # ... (snip) ...

    conf.gem :github => 'pyama86/mruby-capacity'
end

example

s = "example"
s.capacity
=> 23
s.capacity = 100
=> 100

License

under the MIT License:

  • see LICENSE file

About

mruby capacity interface

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages