class Bio::FlatFileIndex::Indexer::NameSpaces
Public Class Methods
Source
# File lib/bio/io/flatfile/indexer.rb 26 def initialize(*arg) 27 super() 28 arg.each do |x| 29 self.store(x.name, x) 30 end 31 end
Calls superclass method
# File lib/bio/io/flatfile/indexer.rb 26 def initialize(*arg) 27 super() 28 arg.each do |x| 29 self.store(x.name, x) 30 end 31 end