instance method
respond_to_missing?
Ruby on Rails 4.2.9
Since v4.2.9Signature
respond_to_missing?(method, include_private=false)
No documentation comment.
Parameters
-
methodreq -
include_privateopt = false
Source
# File activesupport/lib/active_support/duration.rb, line 125
def respond_to_missing?(method, include_private=false) #:nodoc
@value.respond_to?(method, include_private)
end
Defined in activesupport/lib/active_support/duration.rb line 125
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Duration