Method: Guard::ForgeConfig#reload

Defined in:
lib/guard/forge/config.rb

#reloadObject

Called on Ctrl-Z signal This method should be mainly used for “reload” (really!) actions like reloading passenger/spork/bundler/…



12
13
14
15
# File 'lib/guard/forge/config.rb', line 12

def reload
  UI.info "Reloading project config"
  ::Forge::Guard.project.load_config
end