Method: Bio::Shell::Web#initialize

Defined in:
lib/bio/shell/web.rb

#initializeWeb

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