aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range/include_range.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow Range#=== and Range#cover? on Rangeutilum2018-05-221-22/+6
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use #prepend rather than using 2 aliasesYuki Nishijima2015-04-141-20/+20
* Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-221-4/+4
* Fixes NoMethodError: `alias_method_chain` when requiring just active_support/...Andy Lindeman2013-05-121-0/+2
* String quotes and trailing spacesAlexey Gaziev2012-04-291-1/+1
* adds a comments that clarifies why Range#include? chooses the comparison oper...Xavier Noria2011-12-301-0/+1
* refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-291-1/+2
* refactor Range#include? for range valueVasiliy Ermolovich2011-12-261-3/+1
* 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
* Style update for new Range extensionsJeremy Kemper2007-10-091-7/+5
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-081-0/+24