Class: Struct
- Inherits:
-
Object
- Object
- Struct
- Defined in:
- lib/hemi/helpers/injections.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#eql?(other) ⇒ Boolean
8 9 10 |
# File 'lib/hemi/helpers/injections.rb', line 8 def eql?(other) hash == other.hash end |