Method: Bio::FlatFileIndex::FileIDs#initialize
- Defined in:
- lib/bio/io/flatfile/index.rb
#initialize(prefix, hash) ⇒ FileIDs
Returns a new instance of FileIDs.
572 573 574 575 |
# File 'lib/bio/io/flatfile/index.rb', line 572 def initialize(prefix, hash) @hash = hash @prefix = prefix end |