Method: DrbDb#each_moditem

Defined in:
lib/DrbDB.rb

#each_moditem(modtype = "list") ⇒ Object



275
276
277
278
279
# File 'lib/DrbDB.rb', line 275

def each_moditem(modtype = "list")
  @moditems.each_value{|m|
    yield m if m.mod_type == modtype
  }
end