Method: Stupidedi::Zipper::Hole#==
- Defined in:
- lib/stupidedi/zipper/path.rb
#==(other) ⇒ Boolean
121 122 123 124 |
# File 'lib/stupidedi/zipper/path.rb', line 121 def ==(other) depth == other.depth and position == other.position end |