Method: Lines#process_end

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

#process_end(lnum) ⇒ Object



78
79
80
81
82
83
84
# File 'lib/glark/output/lines.rb', line 78

def process_end lnum
  if @invert_match
    write_nonmatching 0, lnum
  elsif matched?
    write_matching 0, lnum
  end
end