class ActiveSupport::Duration

def method_missing(method, *args, &block) #:nodoc:

:nodoc:
def method_missing(method, *args, &block) #:nodoc:
  value.send(method, *args, &block)
end