# File lib/compass/frameworks.rb, line 15
    def register(name, *arguments)
      ALL << Framework.new(name, *arguments)
    end