Results for: "remove_const"

In cases of failure this field may contain an array of strings further describing the origin of the failure.

Create an exception with class klass and message

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Determines whether there was an error and raises the appropriate error based on the reply code of the response

No documentation available
No documentation available

Ensures the root of chain has a trusted certificate in trust_dir and the digests of the two certificates match according to digester

No documentation available
No documentation available

Add a certificate to trusted certificate list.

No documentation available

Returns a copy of str with leading prefix deleted.

"hello".delete_prefix("hel") #=> "lo"
"hello".delete_prefix("llo") #=> "hello"

Deletes leading prefix from str, returning nil if no change was made.

"hello".delete_prefix!("hel") #=> "lo"
"hello".delete_prefix!("llo") #=> nil
Search took: 3ms  ·  Total Results: 3444