class AnyValue::AnyInteger
Public Instance Methods
==(o)
click to toggle source
# File lib/any_value.rb, line 67 def ==(o) o.is_a?(Integer) end
# File lib/any_value.rb, line 67 def ==(o) o.is_a?(Integer) end