Method: Bio::FlatFile::AutoDetect.default=
- Defined in:
- lib/bio/io/flatfile/autodetection.rb
.default=(ad) ⇒ Object
sets the default autodetect object.
356 357 358 |
# File 'lib/bio/io/flatfile/autodetection.rb', line 356 def self.default=(ad) @default = ad end |