Enables use of shared session key material in accordance with RFC 5705.
Configures store to look up CA certificates from the system default certificate store as needed basis. The location of the store can usually be determined by:
OpenSSL::X509::DEFAULT_CERT_FILE
OpenSSL::X509::DEFAULT_CERT_DIR
See also the man page X509_STORE_set_default_paths(3).
Permit block/lambda nodes to mark newlines within themselves.
Mark if/unless nodes as newlines.
Permit statements lists to mark newlines within themselves.
a and b ^^^^^^^
Dispatch a words_sep event that contains the space between the elements of list literals.
begin end ^^^^^^^^^
Visit the body of a structure that can have either a set of statements or statements wrapped in rescue/else/ensure.
Visit a BlockNode.
case foo; when bar; end ^^^^^^^^^^^^^^^^^^^^^^^
class Foo; end ^^^^^^^^^^^^^^
def foo; end ^^^^^^^^^^^^
def self.foo; end ^^^^^^^^^^^^^^^^^
Visit an EnsureNode node.
false ^^^^^