Class: Hashme::CastedArray Private
- Inherits:
-
Object
- Object
- Hashme::CastedArray
- Includes:
- Enumerable
- Defined in:
- lib/ext/hashme.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#==(other) ⇒ Object
private
Fixes equality between CastedArray objects.
Instance Method Details
#==(other) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Fixes equality between CastedArray objects
24 25 26 |
# File 'lib/ext/hashme.rb', line 24 def ==(other) @_array == other.to_a end |