Sha256: 723cbb8eff6d0c97dcf64b420a50f1d321287d87add02c8ef9bc8c3daf07c757
Contents?: true
Size: 385 Bytes
Versions: 77
Compression:
Stored size: 385 Bytes
Contents
module RunLoop module HTTP # A representation of the RunLoop test server. # @!visibility private class Server attr_reader :endpoint # @param [URI] endpoint The endpoint to reach the test server. # running on the device. The port should be included in the URI. def initialize(endpoint) @endpoint = endpoint end end end end
Version data entries
77 entries across 77 versions & 2 rubygems