Results for: "module_function"

Raises a TypeError to prevent duping.

By default, do not retain any state when marshalling.

Check if YJIT is enabled.

Enable YJIT compilation. stats option decides whether to enable YJIT stats or not. compilation_log decides whether to enable YJIT compilation logging or not.

Returns the current session cache size. Zero is used to represent an unlimited cache size.

Sets the session cache size. Returns the previously valid session cache size. Zero is used to represent an unlimited session cache size.

Returns a Hash containing the following keys:

:accept

Number of started SSL/TLS handshakes in server mode

:accept_good

Number of established SSL/TLS sessions in server mode

:accept_renegotiate

Number of start renegotiations in server mode

:cache_full

Number of sessions that were removed due to cache overflow

:cache_hits

Number of successfully reused connections

:cache_misses

Number of sessions proposed by clients that were not found in the cache

:cache_num

Number of sessions in the internal session cache

:cb_hits

Number of sessions retrieved from the external cache in server mode

:connect

Number of started SSL/TLS handshakes in client mode

:connect_good

Number of established SSL/TLS sessions in client mode

:connect_renegotiate

Number of start renegotiations in client mode

:timeouts

Number of sessions proposed by clients that were found in the cache but had expired due to timeouts

No documentation available
No documentation available
No documentation available

Oldest version we support downgrading to. This is the version that originally ships with the oldest supported patch version of ruby.

The required_ruby_version constraint for this specification

A fallback is included because when generated, some marshalled specs have it set to nil.

The required_rubygems_version constraint for this specification

A fallback is included because the original version of the specification API didn’t include that field, so some marshalled specs in the index have it set to nil.

The required_ruby_version constraint for this specification

The required_rubygems_version constraint for this specification

No documentation available

Like Enumerable#reject, but chains operation to be lazy-evaluated.

Like Enumerable#chunk, but chains operation to be lazy-evaluated.

Like Enumerable#uniq, but chains operation to be lazy-evaluated.

Like Enumerable#compact, but chains operation to be lazy-evaluated.

Returns a printable version of the enumerator chain.

Returns a printable version of the product enumerator.

Convert this arithmetic sequence to a printable form.

See Object#inspect.

No documentation available
Search took: 5ms  ·  Total Results: 3346