Method: Bio::FlatFileIndex::DataBank#secondary

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

#secondaryObject



1262
1263
1264
1265
1266
1267
# File 'lib/bio/io/flatfile/index.rb', line 1262

def secondary
  unless @secondary then
    self.secondary = @config['secondary_namespaces']
  end
  @secondary
end