method
respond_to_missing?
v5.0.0.1 -
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 132
def respond_to_missing?(method, include_private=false) #:nodoc:
@value.respond_to?(method, include_private)
end