# File addon/buildr/drb.rb, line 108 def run begin client = connect rescue DRb::DRbConnError => e run_server! else run_client(client) end end