# File json/lexer.rb, line 285 def skippast(to) @index = @source.index(to, @index) @index = (@index.nil?) ? @source.length : @index + to.length end