Results for: "remove_const"

Creates or an HTTP connection based on uri, or retrieves an existing connection, using a proxy if needed.

No documentation available

Is this specification missing its extensions? When this returns true you probably want to build_extensions

private setter for extensions val

Returns the destination encoding as an encoding object.

Returns the destination encoding as an encoding object.

Returns the destination encoding as an Encoding object.

Consumes size bytes from the buffer

No documentation available

Returns a list of encodings in Content-Encoding field as an array of strings.

The encodings are downcased for canonicalization.

No documentation available
No documentation available
No documentation available

Returns an Addrinfo object for remote address obtained by getpeername.

Note that addrinfo.protocol is filled by 0.

TCPSocket.open("www.ruby-lang.org", 80) {|s|
  p s.remote_address #=> #<Addrinfo: 221.186.184.68:80 TCP>
}

TCPServer.open("127.0.0.1", 1728) {|serv|
  c = TCPSocket.new("127.0.0.1", 1728)
  s = serv.accept
  p s.remote_address #=> #<Addrinfo: 127.0.0.1:36504 TCP>
}

Ruby tries to load the library named string relative to the requiring file’s path. If the file’s path cannot be determined a LoadError is raised. If a file is loaded true is returned and false otherwise.

No documentation available
No documentation available
No documentation available

Add the install/update options to the option parser.

No documentation available
No documentation available

Gets X509v3 extensions as array of X509Ext objects

Sets X509_EXTENSIONs

Gets X509v3 extensions as array of X509Ext objects

Sets X509_EXTENSIONs

Search took: 3ms  ·  Total Results: 3851