# File lib/puppet-lint/lexer/token.rb, line 57 def inspect "<Token #{@type.inspect} (#{@value}) @#{@line}:#{@column}>" end