[BioRuby-cvs] bioruby/lib/bio shell.rb,1.7,1.8
Katayama Toshiaki
k at pub.open-bio.org
Thu Nov 24 14:30:09 EST 2005
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv21764/lib/bio
Modified Files:
shell.rb
Log Message:
* global variable $bioruby_config and $bioruby_cache are removed (changed to
use Bio::Shell::Core::Config & Cache, which have accessor methods like
Bio::Shell.config(param, value), Bio::Shell.cache(param, value))
Index: shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell.rb,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** shell.rb 14 Nov 2005 02:01:54 -0000 1.7
--- shell.rb 24 Nov 2005 19:30:07 -0000 1.8
***************
*** 31,40 ****
require 'pp'
- # A hash to store persistent configurations
- $bioruby_config = {}
-
- # A hash to store temporal (per session) configurations
- $bioruby_cache = {}
-
module Bio::Shell
--- 31,34 ----
More information about the bioruby-cvs
mailing list