Class: Bio::Sequence::AA

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/bio-alignment/bioruby.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



14
15
16
17
18
# File 'lib/bio-alignment/bioruby.rb', line 14

def each
  to_s.each_char do | c |
    yield c
  end
end