From 41586664ea095f6b42de7e49a7d31c6ad893a49a Mon Sep 17 00:00:00 2001 From: martinahansen Date: Fri, 23 Sep 2011 09:59:49 +0000 Subject: [PATCH] removed bad method from fastq.rb git-svn-id: http://biopieces.googlecode.com/svn/trunk@1534 74ccb610-7750-0410-82ae-013aeee3265d --- code_ruby/lib/maasha/fastq.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code_ruby/lib/maasha/fastq.rb b/code_ruby/lib/maasha/fastq.rb index b3ba85f..a6b3610 100644 --- a/code_ruby/lib/maasha/fastq.rb +++ b/code_ruby/lib/maasha/fastq.rb @@ -49,14 +49,6 @@ class Fastq < Filesys nil end 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 -- 2.39.2