Class: Iceberg::PrimitiveType

Inherits:
Type
  • Object
show all
Defined in:
lib/iceberg/types.rb

Instance Method Summary collapse

Methods inherited from Type

#inspect

Instance Method Details

#==(other) ⇒ Object



9
10
11
# File 'lib/iceberg/types.rb', line 9

def ==(other)
  other.is_a?(self.class)
end