Results for: "Logger"

super(foo) ^^^^^^^^^^

A block on a keyword or method call.

1.0 ^^^

Visit the interpolated content of the string-like node.

def foo(bar, *baz); end

^^^^^^^^^

def foo((bar, baz)); end

^^^^^^^^^^

The top-level program node.

0..5 ^^^^

super(foo) ^^^^^^^^^^

Pattern constants get wrapped in another layer of :const.

No documentation available

Get the subject’s key identifier from the subjectKeyIdentifier exteension, as described in RFC5280 Section 4.2.1.2.

Returns the binary String key identifier or nil or raises ASN1::ASN1Error.

Get the issuing certificate’s key identifier from the authorityKeyIdentifier extension, as described in RFC5280 Section 4.2.1.1

Returns the binary String keyIdentifier or nil or raises ASN1::ASN1Error.

Get the information and services for the issuer from the certificate’s authority information access extension exteension, as described in RFC5280 Section 4.2.2.1.

Returns an array of strings or nil or raises ASN1::ASN1Error.

Sets the minimum and maximum supported protocol versions. See min_version= and max_version=.

foo => [bar]

^^^^^

foo(&bar)

^^^^

foo.bar, = 1 ^^^^^^^

foo => bar => baz

^^^^^^^^^^

Foo, = bar ^^^

foo => [*, bar, *]

^^^^^^^^^^^

if foo .. bar; end

^^^^^^^^^^

def foo(…); end

^^^

super ^^^^^

super {} ^^^^^^^^

foo => {}

^^
Search took: 4ms  ·  Total Results: 3130