# File lib/rouge/token.rb, line 32
      def token_chain
        @token_chain ||= ancestors.take_while { |x| x != Token }.reverse
      end