Method: Kwaff::DocType.find

Defined in:
lib/kwaff/doctype.rb

.find(&block) ⇒ Object



82
83
84
# File 'lib/kwaff/doctype.rb', line 82

def self.find(&block)
   return @@instances.find(&block)
end