[BioRuby-cvs] bioruby/lib/bio/appl/tmhmm report.rb,1.3,1.4
Katayama Toshiaki
k at pub.open-bio.org
Mon Sep 26 09:00:08 EDT 2005
Update of /home/repository/bioruby/bioruby/lib/bio/appl/tmhmm
In directory pub.open-bio.org:/tmp/cvs-serv17319/lib/bio/appl/tmhmm
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/tmhmm/report.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** report.rb 8 Sep 2005 01:22:11 -0000 1.3
--- report.rb 26 Sep 2005 13:00:06 -0000 1.4
***************
*** 67,71 ****
attr_reader :tmhs, :entry_id, :query_len, :predicted_tmhs,
:exp_aas_in_tmhs, :exp_first_60aa, :total_prob_of_N_in
! alias :length :query_len
def helix
--- 67,71 ----
attr_reader :tmhs, :entry_id, :query_len, :predicted_tmhs,
:exp_aas_in_tmhs, :exp_first_60aa, :total_prob_of_N_in
! alias length query_len
def helix
***************
*** 136,140 ****
end
attr_accessor :entry_id, :version, :status, :range
! alias :pos :range
def to_s
--- 136,140 ----
end
attr_accessor :entry_id, :version, :status, :range
! alias pos range
def to_s
***************
*** 153,157 ****
begin
require 'pp'
! alias pp p
rescue LoadError
end
--- 153,157 ----
begin
require 'pp'
! alias p pp
rescue LoadError
end
More information about the bioruby-cvs
mailing list