class Bio::Sequence::Format::Formatter::Raw
Raw sequence output formatter class
Public Instance Methods
output()
click to toggle source
output raw sequence data
# File lib/bio/sequence/format_raw.rb, line 14 def output "#{@sequence.seq}" end