Starts the Hoss Agent
Parameters:
An instance of Config
Returns:
The resulting [Agent]
53 54 55
# File 'lib/hoss-agent.rb', line 53 def start(config = {}) Agent.start config end