# File lib/rexical/generator.rb, line 132 def next_line @lineno += 1 @grammar_lines.scan_until(/\n/).chomp rescue nil end