Class: PVN::Seek::SeekerRemoved

Inherits:
Seeker
  • Object
show all
Defined in:
lib/pvn/seek/seeker.rb

Instance Method Summary collapse

Methods inherited from Seeker

#cat, #diff_match, #full_diff?, #initialize, #match, #matches?, #seek

Constructor Details

This class inherits a constructor from PVN::Seek::Seeker

Instance Method Details

#process_match(prevmatch, currmatch) ⇒ Object



83
84
85
# File 'lib/pvn/seek/seeker.rb', line 83

def process_match prevmatch, currmatch
  super currmatch, prevmatch, prevmatch, currmatch
end