# File lib/rouge/theme.rb, line 86
      def style(*tokens)
        style = tokens.last.is_a?(Hash) ? tokens.pop : {}

        tokens.each do |tok|
          styles[tok] = style
        end
      end