class ActiveSupport::Duration

def respond_to_missing?(method, include_private=false) #:nodoc

:nodoc
def respond_to_missing?(method, include_private=false) #:nodoc
  @value.respond_to?(method, include_private)
end