Object
# File lib/bio/io/registry.rb, line 244 def initialize(dbname) @database = dbname @property = Hash.new end
# File lib/bio/io/registry.rb, line 254 def []=(tag, value) @property[tag] = value end
# File lib/bio/io/registry.rb, line 250 def method_missing(meth_id) @property[meth_id.id2name] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.