Method: Bio::FlatFileIndex::BDBwrapper#keys

Defined in:
lib/bio/io/flatfile/bdb.rb

#keysObject



95
96
97
98
99
100
101
# File 'lib/bio/io/flatfile/bdb.rb', line 95

def keys
  if @file then
    @file.keys
  else
    []
  end
end