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