class Bio::FlatFileIndex::BDB_1::SecondaryNameSpace
Public Instance Methods
filename()
click to toggle source
# File lib/bio/io/flatfile/bdb.rb, line 234 def filename File.join(dbname, "id_#{name}") end
mapping(filename)
click to toggle source
# File lib/bio/io/flatfile/bdb.rb, line 231 def mapping(filename) BDBMappingFile.new(filename) end
search(key)
click to toggle source
Calls superclass method
# File lib/bio/io/flatfile/bdb.rb, line 238 def search(key) r = super(key) file.close r end