Class: AnyValue::AnyInteger
Instance Method Summary collapse
Methods inherited from Anything
#^, #initialize, #inspect, #to_ary, #to_str
Constructor Details
This class inherits a constructor from AnyValue::Anything
Instance Method Details
#==(o) ⇒ Object
67 68 69 |
# File 'lib/any_value.rb', line 67 def ==(o) o.is_a?(Integer) end |