class BioDSL::Fasta::IO
Class for FASTA IO
Public Instance Methods
each() { |gets| ... }
click to toggle source
# File lib/BioDSL/fasta.rb, line 140 def each until @io.eof? yield @io.gets end end
Class for FASTA IO
# File lib/BioDSL/fasta.rb, line 140 def each until @io.eof? yield @io.gets end end