class PryRemote::CLI

def uri

Returns:
  • (String) - URI for DRb
def uri
  "druby://#{host}:#{port}"
end