Method: RuboCop::AST::NodePattern::Parser::WithMeta::Lexer#emit_comment

Defined in:
lib/rubocop/ast/node_pattern/with_meta.rb

#emit_commentObject



27
28
29
30
# File 'lib/rubocop/ast/node_pattern/with_meta.rb', line 27

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