method
method_missing
method_missing(method, *args, &block)
private
Hide source
# File activesupport/lib/active_support/duration.rb, line 420 def method_missing(method, *args, &block) value.send(method, *args, &block) end