class AnyValue::AnyNumber

Public Instance Methods

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