summaryrefslogtreecommitdiff
path: root/test/ruby/test_range.rb
AgeCommit message (Expand)Author
2007-07-13* range.c (range_max, range_min): return nil for empty set as well asnobu
2007-07-12add tests for [ruby-dev:31189] and [ruby-dev:31190].akr
2005-11-25* range.c (range_max): treat end exclusion without iteration ifmatz
2005-08-05add exclude_end? method to DuckRange.akr
2005-08-04add a test for duck-type range.akr
2005-06-30add a test for [ruby-dev:26383].akr
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-10-17* test/ruby/test_range.rb: added.usa