Method: Bio::Sequence::Format::Formatter::Raw#output
- Defined in:
- lib/bio/sequence/format_raw.rb
#output ⇒ Object
output raw sequence data
14 15 16 |
# File 'lib/bio/sequence/format_raw.rb', line 14 def output "#{@sequence.seq}" end |