X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=code_ruby%2Flib%2Fmaasha%2Ffasta.rb;h=05655f67c86d609e8e4ab666347df228ad246c50;hb=14e51cd98e6f898e4b37d9d102922fee25c40ac5;hp=f57a6222f981589dd5728b819bb9888be50dc6aa;hpb=bcffd8fb4326ae75ae63c23598558f2ede1da716;p=biopieces.git diff --git a/code_ruby/lib/maasha/fasta.rb b/code_ruby/lib/maasha/fasta.rb index f57a622..05655f6 100644 --- a/code_ruby/lib/maasha/fasta.rb +++ b/code_ruby/lib/maasha/fasta.rb @@ -51,14 +51,6 @@ class Fasta < Filesys entry end - - # TODO - this should be some custom to_s method instead. - def puts(record) - if record.has_key? :SEQ_NAME and record.has_key? :SEQ - @io.print ">#{record[:SEQ_NAME]}\n" - @io.print "#{record[:SEQ]}\n" - end - end end