Method: RuboCop::Token#to_s

Defined in:
lib/rubocop/token.rb

#to_sObject



22
23
24
# File 'lib/rubocop/token.rb', line 22

def to_s
  "[[#{@pos.line}, #{@pos.column}], #{@type}, #{@text.inspect}]"
end