Method: Lines#process_match

Defined in:
lib/glark/output/lines.rb

#process_match(startline, endline, fromline, toline) ⇒ Object



86
87
88
89
90
91
92
93
# File 'lib/glark/output/lines.rb', line 86

def process_match startline, endline, fromline, toline
  add_match startline, endline
  
  if display_matches?
    write_matches fromline, toline
  end
  return at_match_limit?
end