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