class PryRemote::Server
def self.run(object, host = DefaultHost, port = DefaultPort, options = {})
def self.run(object, host = DefaultHost, port = DefaultPort, options = {}) new(object, host, port, options).run end
def self.run(object, host = DefaultHost, port = DefaultPort, options = {}) new(object, host, port, options).run end