# File lib/rouge/formatters/html_linewise.rb, line 21 def next_line_class @lineno ||= 0 sprintf(@class_format, @lineno += 1).inspect end