22 23 24
# File 'lib/rubocop/token.rb', line 22 def to_s "[[#{@pos.line}, #{@pos.column}], #{@type}, #{@text.inspect}]" end