Method: Bio::FlatFileIndex#secondary_namespaces
- Defined in:
- lib/bio/io/flatfile/index.rb
#secondary_namespaces ⇒ Object
Returns names of secondary namespaces as an array of strings.
265 266 267 268 |
# File 'lib/bio/io/flatfile/index.rb', line 265 def secondary_namespaces check_closed? @db.secondary.names end |