class AnyValue::AnyDate

Public Instance Methods

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