Class: Bio::Sequence::NA

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

Instance Method Summary collapse

Instance Method Details

#eachObject



6
7
8
9
10
# File 'lib/bio-alignment/bioruby.rb', line 6

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