[BioRuby-cvs] bioruby/lib/bio/compat features.rb,1.1.2.1,1.1.2.2

Naohisa Goto ngoto at dev.open-bio.org
Mon Mar 10 13:42:28 UTC 2008


Update of /home/repository/bioruby/bioruby/lib/bio/compat
In directory dev.open-bio.org:/tmp/cvs-serv9534/lib/bio/compat

Modified Files:
      Tag: BRANCH-biohackathon2008
	features.rb 
Log Message:
fixed typo in warning message


Index: features.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/compat/Attic/features.rb,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** features.rb	4 Mar 2008 10:12:22 -0000	1.1.2.1
--- features.rb	10 Mar 2008 13:42:26 -0000	1.1.2.2
***************
*** 97,101 ****
    # *Returns*:: the given array
    def self.new(ary = [])
!     warn 'Bio::Feature is obsoleted. Some methods are added to given array to keep backward compatibility.'
      ary.extend(BackwardCompatibility)
      ary
--- 97,101 ----
    # *Returns*:: the given array
    def self.new(ary = [])
!     warn 'Bio::Features is obsoleted. Some methods are added to given array to keep backward compatibility.'
      ary.extend(BackwardCompatibility)
      ary




More information about the bioruby-cvs mailing list