Class: RDist::Analyzer::State::AfterEndOfCodeMarker

Inherits:
Base
  • Object
show all
Defined in:
lib/rdist/analyzer/state/afterendofcodemarker.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #reset

Constructor Details

This class inherits a constructor from RDist::Analyzer::State::Base

Instance Method Details

#analyze(line) ⇒ Object



6
7
8
# File 'lib/rdist/analyzer/state/afterendofcodemarker.rb', line 6

def analyze(line)
  # ignore all lines
end