ParseState
Read and consume tokens in comments until a new line.
While in a comment state do not count the tokens.
# File lib/saikuro.rb, line 392 def count_tokens? false end
# File lib/saikuro.rb, line 396 def parse_token(token) if token.is_a?(TkNL) @lines += 1 @run = false end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.