method
method_missing
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Duration
method_missing(method, *args, &block)private
No documentation available.
# File activesupport/lib/active_support/duration.rb, line 476
def method_missing(method, *args, &block)
value.public_send(method, *args, &block)
end