Results for: "remove_const"

Build a diagnostic from the given prism parse error.

Build a diagnostic from the given prism parse warning.

Build the parser gem AST from the prism AST.

Build the parser gem comments from the prism comments.

Build the parser gem tokens from the prism tokens.

Returns true if there is a comma between the two locations.

Returns true if there is a semicolon between the two locations.

This method is called when the parser found syntax error.

This method is provided by the Ripper C extension. It is called when a string needs to be dedented because of a tilde heredoc. It is expected that it will modify the string in place and return the number of bytes that were removed.

No documentation available
No documentation available
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
No documentation available
No documentation available

Add a certificate to trusted certificate list.

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

Creates a new Socket::Option object for IP_MULTICAST_TTL.

The size is dependent on the platform.

p Socket::Option.ipv4_multicast_ttl(10)
#=> #<Socket::Option: INET IP MULTICAST_TTL 10>

Returns the ipv4_multicast_ttl data in sockopt as an integer.

sockopt = Socket::Option.ipv4_multicast_ttl(10)
p sockopt.ipv4_multicast_ttl => 10
Search took: 6ms  ·  Total Results: 3316