status=(status) Instance Public methods
key() Instance Public methods
==(other) Instance Public methods Returns true if other is also a Duration instance with the same value, or if other == value.
at(*args) Class Public methods Also aliased as: at_without_coercion
new(request) Class Public methods
new(instance, method, var = "@#{method}", deprecator = ActiveSupport::Deprecation.instance) Class Public methods
duplicable?() Instance Public methods Symbols are not duplicable: :my_symbol.duplicable? # => false :my_symbol.dup # => TypeError: can't dup Symbol
_routes_context() Instance Protected methods
assigns(key = nil) Instance Public methods
compare_with_coercion(other) Instance Public methods Allow Date to be compared with Time by converting to DateTime and relying on the <=> from there. <=>
Page 68 of 2275