method
included
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::CoreExtensions::DateTime::Calculations
included(base)public
No documentation available.
# File activesupport/lib/active_support/core_ext/date_time/calculations.rb, line 8
def self.included(base) #:nodoc:
base.extend ClassMethods
base.class_eval do
alias_method :compare_without_coercion, :<=>
alias_method :<=>, :compare_with_coercion
end
end