Class: Iceberg::Transform

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

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



3
4
5
# File 'lib/iceberg/transforms.rb', line 3

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

#inspectObject



7
8
9
# File 'lib/iceberg/transforms.rb', line 7

def inspect
  "#<#{self.class.name}>"
end