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