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