Classes: Server
22 23 24
# File 'lib/ara/remote.rb', line 22 def self.server(host, port) return Server.new(host, port) end