Method: Bio::FlatFileIndex#default_namespaces

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

#default_namespacesObject

Returns default namespaces. Returns an array of strings or nil. nil means all namespaces.



172
173
174
# File 'lib/bio/io/flatfile/index.rb', line 172

def default_namespaces
  @names
end