Results for: "Logger"

Redefine parser_class so that we can inject the prism parser into the list of known parsers.

Deprecated in version 3.0. Consider using PKey::PKey#sign_raw and PKey::PKey#verify_raw instead.

No documentation available
No documentation available
No documentation available

Enables use of shared session key material in accordance with RFC 5705.

Returns the issuerNameHash of this certificate ID, the hash of the issuer’s distinguished name calculated with the hashAlgorithm.

Returns the issuerKeyHash of this certificate ID, the hash of the issuer’s public key.

Serializes the private key to DER-encoded PKCS #8 format. If called without arguments, unencrypted PKCS #8 PrivateKeyInfo format is used. If called with a cipher name and a password, PKCS #8 EncryptedPrivateKeyInfo format with PBES2 encryption scheme is used.

Serializes the public key to DER-encoded X.509 SubjectPublicKeyInfo format.

Given a connection and a request path, performs authentication as the current user and returns the response from a GET request. The connection should be a Net::HTTP object, and it should have been constructed using the Net::HTTP.Proxy method, but anything that responds to “get” will work. If a user and domain are given, will authenticate as the given user. Returns the response received from the get method (usually Net::HTTPResponse)

Gets the initial Negotiate token. Returns it as a base64 encoded string suitable for use in HTTP. Can be easily decoded, however.

Permit block/lambda nodes to mark newlines within themselves.

Converts the version format handled by Parser to the format handled by Prism.

Visit a pattern within a pattern match. This is used to bypass the parenthesis node that can be used to wrap patterns.

Visit a BlockNode.

1.0 ^^^

def foo(bar, *baz); end

^^^^^^^^^

The top-level program node.

0..5 ^^^^

Visit a string that is expressed using a <<~ heredoc.

super(foo) ^^^^^^^^^^

Visit a node that represents a number. We need to explicitly handle the unary - operator.

No documentation available
No documentation available
Search took: 4ms  ·  Total Results: 2278