[BioRuby-cvs] bioruby/lib/bio/appl/hmmer report.rb,1.7,1.8
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/hmmer
In directory pub.open-bio.org:/tmp/cvs-serv17319/lib/bio/appl/hmmer
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/hmmer/report.rb,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** report.rb 9 Sep 2005 15:34:28 -0000 1.7
--- report.rb 26 Sep 2005 13:00:05 -0000 1.8
***************
*** 244,248 ****
begin
require 'pp'
! alias :p :pp
rescue LoadError
end
--- 244,248 ----
begin
require 'pp'
! alias p pp
rescue LoadError
end
More information about the bioruby-cvs
mailing list