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