Method: Bio::FlatFileIndex::Flat_1::SecondaryNameSpace#search
- Defined in:
- lib/bio/io/flatfile/index.rb
#search(key) ⇒ Object
1043 1044 1045 1046 1047 1048 |
# File 'lib/bio/io/flatfile/index.rb', line 1043 def search(key) r = super(key) file.close r.flatten! r end |