Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/clasp/util/immutable_array.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#==(rhs) ⇒ Object
:nodoc:.
-
#old_equal ⇒ Object
:nodoc:.
Instance Method Details
#==(rhs) ⇒ Object
:nodoc:
160 161 162 163 164 165 |
# File 'lib/clasp/util/immutable_array.rb', line 160 def ==(rhs) return rhs == self if rhs.is_a? CLASP::Arguments::ImmutableArray old_equal rhs end |
#old_equal ⇒ Object
:nodoc:
155 |
# File 'lib/clasp/util/immutable_array.rb', line 155 alias_method :old_equal, :== |