Class: Struct

Inherits:
Object
  • Object
show all
Defined in:
lib/hemi/helpers/injections.rb

Direct Known Subclasses

KeyPattern, Position, Size

Instance Method Summary collapse

Instance Method Details

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/hemi/helpers/injections.rb', line 8

def eql?(other)
  hash == other.hash
end