method
respond_to_missing?
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::Duration
respond_to_missing?(method, include_private=false)public
No documentation available.
# 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