[BioRuby-cvs] bioruby/lib/bio sequence.rb,0.41,0.42

Katayama Toshiaki k at pub.open-bio.org
Mon Sep 19 22:00:17 EDT 2005


Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv3027/lib/bio

Modified Files:
	sequence.rb 
Log Message:
* just for readability of the to_s method


Index: sequence.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/sequence.rb,v
retrieving revision 0.41
retrieving revision 0.42
diff -C2 -d -r0.41 -r0.42
*** sequence.rb	8 Sep 2005 01:22:08 -0000	0.41
--- sequence.rb	20 Sep 2005 02:00:15 -0000	0.42
***************
*** 35,39 ****
  
      def to_s
!       "%s" % self
      end
      alias :to_str :to_s
--- 35,39 ----
  
      def to_s
!       String.new(self)
      end
      alias :to_str :to_s



More information about the bioruby-cvs mailing list