class Bio::FlatFileIndex::Flat_1::SecondaryNameSpace
secondary name space
Internal use only.
Public Instance Methods
filename()
click to toggle source
# File lib/bio/io/flatfile/index.rb, line 1040 def filename File.join(dbname, "id_#{name}.index") end
mapping(filename)
click to toggle source
# File lib/bio/io/flatfile/index.rb, line 1037 def mapping(filename) FlatMappingFile.new(filename) end
search(key)
click to toggle source
Calls superclass method
Bio::FlatFileIndex::Template::NameSpace#search
# File lib/bio/io/flatfile/index.rb, line 1043 def search(key) r = super(key) file.close r.flatten! r end