nahi / avl_tree

AVL tree and Red-black tree in Ruby
BSD 2-Clause "Simplified" License
66 stars 17 forks source link

Change use of Enumerator.new to #enum_for #10

Closed billdueber closed 1 year ago

billdueber commented 9 years ago

Enumerator.new throws warning under 2.2. Changed to use the underlying root object and #enum_for.

buildhive commented 9 years ago

Hiroshi Nakamura » avl_tree #32 SUCCESS This pull request looks good (what's this?)

billdueber commented 1 year ago

No problem -- glad you're back! If you wanted to deal with the cert issue in httpclient, well, that'd go a long, long way :-)