Method: StreamParser#pre_match

Defined in:
lib/stream_parser.rb

#pre_matchObject



57
58
59
# File 'lib/stream_parser.rb', line 57

def pre_match
  @source[@old_index...(@index-(@match&.size || 0))]
end