From 85e4ee03c730e4158c35cc7d0c7fae4e4eb6fef4 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 1 Sep 2011 12:24:39 +0000 Subject: [PATCH] polish of cigar.rb git-svn-id: http://biopieces.googlecode.com/svn/trunk@1507 74ccb610-7750-0410-82ae-013aeee3265d --- code_ruby/lib/maasha/cigar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code_ruby/lib/maasha/cigar.rb b/code_ruby/lib/maasha/cigar.rb index 2e6fd0a..78e3afe 100644 --- a/code_ruby/lib/maasha/cigar.rb +++ b/code_ruby/lib/maasha/cigar.rb @@ -27,8 +27,6 @@ # http://samtools.sourceforge.net/SAM1.pdf -require 'pp' - # Error class for all exceptions to do with CIGAR. class CigarError < StandardError; end @@ -43,6 +41,8 @@ class Cigar check_cigar end + # Method to convert the CIGAR string to + # a printable string. def to_s @cigar end -- 2.39.5