# File lib/rouge/theme.rb, line 102 def name(n=nil) return @name if n.nil? @name = n.to_s Theme.registry[@name] = self end