Method: HtmlFormatter::Parser#source_so_far

Defined in:
lib/htmlformatter/parser.rb

#source_so_farObject



19
20
21
# File 'lib/htmlformatter/parser.rb', line 19

def source_so_far
  @scanner.string[0...@scanner.pos]
end