[BioRuby-cvs] bioruby/lib/bio/shell core.rb,1.18,1.19
Katayama Toshiaki
k at pub.open-bio.org
Tue Feb 14 13:18:37 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/shell
In directory pub.open-bio.org:/tmp/cvs-serv17451/lib/bio/shell
Modified Files:
core.rb
Log Message:
* Bio::Shell::Ghost#load/save methods are renamed to
load_session/save_session respectively to avoid method
name collision with Kernel#load
Index: core.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/core.rb,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** core.rb 9 Feb 2006 20:48:53 -0000 1.18
--- core.rb 14 Feb 2006 13:18:35 -0000 1.19
***************
*** 58,62 ****
attr_accessor :cache
! def load
load_object
load_history
--- 58,62 ----
attr_accessor :cache
! def load_session
load_object
load_history
***************
*** 64,68 ****
end
! def save
closing_splash
save_history
--- 64,68 ----
end
! def save_session
closing_splash
save_history
More information about the bioruby-cvs
mailing list