[BioRuby-cvs] bioruby/lib/bio/db/embl common.rb, 1.3, 1.4 sptr.rb, 1.24, 1.25

Katayama Toshiaki k at pub.open-bio.org
Mon Sep 26 09:00:08 EDT 2005


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

Modified Files:
	common.rb sptr.rb 
Log Message:
* 'alias :foo :bar' is changed to 'alias foo bar'


Index: sptr.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/embl/sptr.rb,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** sptr.rb	8 Aug 2005 06:41:13 -0000	1.24
--- sptr.rb	26 Sep 2005 13:00:06 -0000	1.25
***************
*** 691,696 ****
    begin
      require 'pp'
!     alias p pp
!   rescue LoadErrmr
    end
  
--- 691,696 ----
    begin
      require 'pp'
!     alias pp p
!   rescue LoadError
    end
  

Index: common.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/embl/common.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** common.rb	24 Sep 2005 01:15:56 -0000	1.3
--- common.rb	26 Sep 2005 13:00:06 -0000	1.4
***************
*** 70,76 ****
      @data['DE']
    end
!   alias :description :de	
    # API
!   alias :definition :de
    
  
--- 70,76 ----
      @data['DE']
    end
!   alias description de	
    # API
!   alias definition de
    
  



More information about the bioruby-cvs mailing list