instance method
is_a?
Ruby on Rails 3.2.22.5
Since v2.2.3Signature
is_a?(klass)
Say we’re a Time to thwart type checking.
Parameters
-
klassreq
Source
# File activesupport/lib/active_support/time_with_zone.rb, line 305
def is_a?(klass)
klass == ::Time || super
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 305
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone