aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range/include_range.rb
Commit message (Collapse)AuthorAgeFilesLines
* adds a comments that clarifies why Range#include? chooses the comparison ↵Xavier Noria2011-12-301-0/+1
| | | | operator
* refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-301-3/+2
| | | | | | Conflicts: activesupport/lib/active_support/core_ext/range/include_range.rb
* Convert Range step and include extension modules to class reopenJeremy Kemper2009-03-291-27/+18
|
* Improve documentation coverage and markupXavier Noria2008-05-021-0/+8
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Style update for new Range extensionsJeremy Kemper2007-10-091-7/+5
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7818 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without ↵Michael Koziarski2007-10-081-0/+24
a block. [brandon] Closes #9746 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7800 5ecf4fe2-1ee6-0310-87b1-e25e094e27de