[BioRuby-cvs] bioruby/lib/bio shell.rb,1.1,1.2

Katayama Toshiaki k at pub.open-bio.org
Sat Sep 24 08:33:09 EDT 2005


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

Modified Files:
	shell.rb 
Log Message:
* load/save history is suppressed when readline isn't available
* $bioruby_cache variable is introduced for non persistent configuration


Index: shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** shell.rb	23 Sep 2005 13:57:08 -0000	1.1
--- shell.rb	24 Sep 2005 12:33:07 -0000	1.2
***************
*** 26,29 ****
--- 26,30 ----
  
  $bioruby_config = {}
+ $bioruby_cache  = {}
  
  module Bio::Shell



More information about the bioruby-cvs mailing list