# File lib_ctrl/rucy/params.rb, line 830
    def each
      for attrs in @list
        yield(AliasParams.new(attrs))
      end
      nil
    end