Method: Bio::Shell::Ghost#configure

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

#configure(savedir) ⇒ Object

save/restore the environment



115
116
117
118
119
120
121
122
123
124
# File 'lib/bio/shell/core.rb', line 115

def configure(savedir)
  @config = {}
  @cache  = {
    :savedir => savedir,
    :workdir => Dir.pwd,
  }
  create_save_dir
  load_config
  load_plugin
end