class Guard::Jobs::PryWrapper

def _setup(options)

def _setup(options)
  _pry_config.should_load_rc = false
  _pry_config.should_load_local_rc = false
  _configure_history_file(options[:history_file] || HISTORY_FILE)
  _add_hooks(options)
  Commands::All.import
  Commands::Change.import
  Commands::Notification.import
  Commands::Pause.import
  Commands::Reload.import
  Commands::Show.import
  Commands::Scope.import
  _setup_commands
  _configure_prompt
end