| Class | Bio::DB |
| In: |
lib/bio/db.rb
(CVS)
|
| Parent: | Object |
# File lib/bio/db.rb, line 156 def self.open(filename, *mode, &block) Bio::FlatFile.open(self, filename, *mode, &block) end
Returns true or false - wether the entry contains the field of the given tag name.
# File lib/bio/db.rb, line 173 def exists?(tag) @orig.include?(tag) end