Method: Bio::FlatFile#gets
- Defined in:
- lib/bio/io/flatfile.rb
#gets(*arg) ⇒ Object
Similar to IO#gets. Internal use only. Users should not call it directly.
395 396 397 |
# File 'lib/bio/io/flatfile.rb', line 395 def gets(*arg) @stream.gets(*arg) end |