Method: Bio::FlatFile.autodetect_stream
- Defined in:
- lib/bio/io/flatfile.rb
.autodetect_stream(io) ⇒ Object
This is OBSOLETED. Please use autodetect_io(io) instead.
453 454 455 456 |
# File 'lib/bio/io/flatfile.rb', line 453 def self.autodetect_stream(io) $stderr.print "Bio::FlatFile.autodetect_stream will be deprecated." if $VERBOSE self.autodetect_io(io) end |