method
method_missing
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::Duration
method_missing(method, *args, &block)private
No documentation available.
# File activesupport/lib/active_support/duration.rb, line 104
def method_missing(method, *args, &block) #:nodoc:
value.send(method, *args, &block)
end