[BioRuby-cvs] bioruby/bin bioruby,1.12,1.13

Katayama Toshiaki k at pub.open-bio.org
Tue Feb 14 13:18:37 UTC 2006


Update of /home/repository/bioruby/bioruby/bin
In directory pub.open-bio.org:/tmp/cvs-serv17451/bin

Modified Files:
	bioruby 
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: bioruby
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/bioruby,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bioruby	9 Feb 2006 20:17:03 -0000	1.12
--- bioruby	14 Feb 2006 13:18:35 -0000	1.13
***************
*** 92,96 ****
  
  # loading workspace and command history
! Bio::Shell.load
  
  Signal.trap("SIGINT") do
--- 92,96 ----
  
  # loading workspace and command history
! Bio::Shell.load_session
  
  Signal.trap("SIGINT") do
***************
*** 103,106 ****
  
  # saving workspace, command history and configuration before exit
! Bio::Shell.save
  
--- 103,106 ----
  
  # saving workspace, command history and configuration before exit
! Bio::Shell.save_session
  




More information about the bioruby-cvs mailing list