Method: Bio::Blast::Report::Hit#each
- Defined in:
- lib/bio/appl/blast/report.rb
#each ⇒ Object
Iterates on each Hsp object.
270 271 272 273 274 |
# File 'lib/bio/appl/blast/report.rb', line 270 def each @hsps.each do |x| yield x end end |