Method: Bio::Fasta::Report#each

Defined in:
lib/bio/appl/fasta/format10.rb

#eachObject

Iterates on each Bio::Fasta::Report::Hit object.



59
60
61
62
63
# File 'lib/bio/appl/fasta/format10.rb', line 59

def each
  @hits.each do |x|
    yield x
  end
end