rbtree2
RB-Trees supported Ruby2 - originally by OZAWA Takuma
http://www.geocities.co.jp/SiliconValley-PaloAlto/3388/rbtree/README.html
Installation
Add this line to your application's Gemfile:
gem 'rbtree2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rbtree2
Usage
require 'rbtree2'
# same usage as rbtree gem
tree = RBTree.new
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request