[BioRuby-cvs] bioruby/bin bioruby,1.8,1.9

Katayama Toshiaki k at pub.open-bio.org
Mon Nov 28 02:03:30 EST 2005


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

Modified Files:
	bioruby 
Log Message:
* open/close is renamed to load/save
* other method names are unified in core.rb for clean up


Index: bioruby
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/bioruby,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** bioruby	27 Nov 2005 17:39:00 -0000	1.8
--- bioruby	28 Nov 2005 07:03:28 -0000	1.9
***************
*** 93,97 ****
  
  # loading workspace and command history
! Bio::Shell.open
  
  Signal.trap("SIGINT") do
--- 93,97 ----
  
  # loading workspace and command history
! Bio::Shell.load
  
  Signal.trap("SIGINT") do
***************
*** 104,107 ****
  
  # saving workspace, command history and configuration before exit
! Bio::Shell.close
  
--- 104,107 ----
  
  # saving workspace, command history and configuration before exit
! Bio::Shell.save
  



More information about the bioruby-cvs mailing list