Hash
# File lib/bio/io/flatfile/indexer.rb, line 26 def initialize(*arg) super() arg.each do |x| self.store(x.name, x) end end
# File lib/bio/io/flatfile/indexer.rb, line 35 def <<(x) self.store(x.name, x) end
# File lib/bio/io/flatfile/indexer.rb, line 38 def add(x) self.store(x.name, x) end
# File lib/bio/io/flatfile/indexer.rb, line 32 def names self.keys end
[Validate]
Generated with the Darkfish Rdoc Generator 2.