Method: Bio::FlatFileIndex::Indexer::Parser::GenPeptParser#initialize
- Defined in:
- lib/bio/io/flatfile/indexer.rb
#initialize(*arg) ⇒ GenPeptParser
Returns a new instance of GenPeptParser.
199 200 201 202 |
# File 'lib/bio/io/flatfile/indexer.rb', line 199 def initialize(*arg) super(*arg) self.dbclass = Bio::GenPept end |