method

method_missing

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