[BioRuby-cvs] bioruby/lib/bio shell.rb,1.9,1.10

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


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

Modified Files:
	shell.rb 
Log Message:
* Bio::Shell::Private module is reserved for plugin specific helper methods.
  these methods should prefix the plugin file name (e.g. methods for
  keggapi.rb should be named as Bio::Shell::Private#keggapi_foobar
  and can be accessed by Bio::Shell.keggapi_foobar)


Index: shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** shell.rb	28 Nov 2005 02:05:40 -0000	1.9
--- shell.rb	28 Nov 2005 07:06:32 -0000	1.10
***************
*** 36,39 ****
--- 36,40 ----
    require 'bio/shell/core'
    require 'bio/shell/session'
+   require 'bio/shell/access'
    require 'bio/shell/plugin/seq'
    require 'bio/shell/plugin/midi'
***************
*** 42,48 ****
    require 'bio/shell/plugin/obda'
    require 'bio/shell/plugin/keggapi'
-   require 'bio/shell/access'
  
    extend Core
  
  end
--- 43,49 ----
    require 'bio/shell/plugin/obda'
    require 'bio/shell/plugin/keggapi'
  
    extend Core
+   extend Private
  
  end



More information about the bioruby-cvs mailing list