[BioRuby-cvs] bioruby/lib/bio/appl/sosui report.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/sosui
In directory pub.open-bio.org:/tmp/cvs-serv17319/lib/bio/appl/sosui
Modified Files:
report.rb
Log Message:
* 'alias :foo :bar' is changed to 'alias foo bar'
Index: report.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/sosui/report.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** report.rb 8 Sep 2005 01:22:10 -0000 1.5
--- report.rb 26 Sep 2005 13:00:05 -0000 1.6
***************
*** 71,75 ****
begin
require 'pp'
! alias :p :pp
rescue LoadError
end
--- 71,75 ----
begin
require 'pp'
! alias p pp
rescue LoadError
end
More information about the bioruby-cvs
mailing list