Method: Bio::RestrictionEnzyme::SortedNumArray#each
- Defined in:
- lib/bio/util/restriction_enzyme/sorted_num_array.rb
#each(&block) ⇒ Object
Same usage as Array#each
114 115 116 |
# File 'lib/bio/util/restriction_enzyme/sorted_num_array.rb', line 114 def each(&block) sorted_keys.each(&block) end |