instance method
is_a?
Ruby on Rails 8.0.4
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 509
def is_a?(klass)
klass == ::Time || super
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 509
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone