class StructureDigest::SchemaParts::AbstractArrayDereference

Public Instance Methods

==(other) click to toggle source
# File lib/structure_digest/abstract_array_dereference.rb, line 4
def ==(other)
  self.class == other.class
end
Also aliased as: eql?
eql?(other)
Alias for: ==
hash() click to toggle source
# File lib/structure_digest/abstract_array_dereference.rb, line 13
def hash; [].hash; end
serialize() click to toggle source
# File lib/structure_digest/abstract_array_dereference.rb, line 8
def serialize
  "[]"
end