class Prism::Translation::Parser::Lexer

def initialize(source_buffer, lexed, offset_cache)

offset cache.
Initialize the lexer with the given source buffer, prism tokens, and
def initialize(source_buffer, lexed, offset_cache)
  @source_buffer = source_buffer
  @lexed = lexed
  @offset_cache = offset_cache
end