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

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

#token(type, value) ⇒ Object



23
24
25
# File 'lib/rubocop/ast/node_pattern/with_meta.rb', line 23

def token(type, value)
  super(type, [value, pos])
end