Class: Bio::Shell::Web
Defined Under Namespace
Classes: Results
Instance Method Summary collapse
-
#initialize ⇒ Web
constructor
A new instance of Web.
Constructor Details
#initialize ⇒ Web
Returns a new instance of Web.
17 18 19 20 21 22 23 |
# File 'lib/bio/shell/web.rb', line 17 def initialize Bio::Shell.cache[:binding] = binding Bio::Shell.cache[:results] ||= Results.new install_rails setup_rails start_rails end |