Create a new InterpolatedXStringNode node.
Create a new OptionalParameterNode node.
Create a new SingletonClassNode node.
Create a new SourceEncodingNode node.
Add the –key option
Add the –otp option
Add the –http-proxy option
Add the –source option
Asks the user to answer question with an answer from the given list.
Add the –platform option to the option parser.
Deprecated in version 3.0. Consider using PKey::PKey#sign_raw and PKey::PKey#verify_raw instead.
Serializes the private key to PEM-encoded PKCS #8 format. See private_to_der for more details.
An unencrypted PEM-encoded key will look like:
-----BEGIN PRIVATE KEY----- [...] -----END PRIVATE KEY-----
An encrypted PEM-encoded key will look like:
-----BEGIN ENCRYPTED PRIVATE KEY----- [...] -----END ENCRYPTED PRIVATE KEY-----
Serializes the public key to PEM-encoded X.509 SubjectPublicKeyInfo format.
A PEM-encoded key will look like:
-----BEGIN PUBLIC KEY----- [...] -----END PUBLIC KEY-----
Since prism resolves num params for us, we don’t need to support this kind of logic here.
module Foo; end ^^^^^^^^^^^^^^^
retry ^^^^^
Visit a string that is expressed using a <<~ heredoc.