[BioRuby-cvs] bioruby/lib/bio/appl/fasta format10.rb,1.5,1.6
Katayama Toshiaki
k at pub.open-bio.org
Mon Sep 26 09:00:07 EDT 2005
Update of /home/repository/bioruby/bioruby/lib/bio/appl/fasta
In directory pub.open-bio.org:/tmp/cvs-serv17319/lib/bio/appl/fasta
Modified Files:
format10.rb
Log Message:
* 'alias :foo :bar' is changed to 'alias foo bar'
Index: format10.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/fasta/format10.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** format10.rb 9 Sep 2005 15:09:37 -0000 1.5
--- format10.rb 26 Sep 2005 13:00:05 -0000 1.6
***************
*** 269,273 ****
begin
require 'pp'
! alias :p :pp
rescue
end
--- 269,273 ----
begin
require 'pp'
! alias p pp
rescue
end
More information about the bioruby-cvs
mailing list