aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range/blockless_step.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Feature detection for Range#step extensionJeremy Kemper2009-03-291-7/+10
* Convert Range step and include extension modules to class reopenJeremy Kemper2009-03-291-28/+20
* Reinstate Range#step default argument.Bradford Folkens2008-08-271-2/+2
* Ruby 1.9: use enumerator for blockless Range#stepJeremy Kemper2007-12-211-6/+16
* Style update for new Range extensionsJeremy Kemper2007-10-091-11/+8
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-081-0/+25