# File lib/gst.rb, line 9
    def each_feature(&block)
      Registry.default.each_feature(name, &block)
    end