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