# File lib/rouge/theme.rb, line 94
      def get_own_style(token)
        token.token_chain.reverse_each do |anc|
          return Style.new(self, styles[anc]) if styles[anc]
        end

        nil
      end