class RuboCop::AST::NodePattern::Parser::WithMeta::Lexer

def emit_comment

def emit_comment
  @comments << Comment.new(pos)
  super
end