# File lib/rouge/theme.rb, line 110
      def name(n=nil)
        return @name if n.nil?

        @name = n.to_s
        register(@name)
      end