# File lib/less/engine/nodes/selector.rb, line 19
      def self.[] key
        Node.const_get(Selectors.find {|k, v| v == key }.first)
      end