class AnyValue::AnyTime

Public Instance Methods

==(o) click to toggle source
# File lib/any_value.rb, line 260
def ==(o)
  o.is_a?(Time)
end