# File lib/compass/commands/registry.rb, line 3
    def register(name, command_class)
      @commands ||= Hash.new
      @commands[name.to_sym] = command_class
    end