Results for: "Pathname"

foo(*bar)

^^^^

def foo((bar, *baz)); end

^^^^

def foo(*); bar(*); end

^

foo(bar)

^^^

1.0 ^^^

1i

-> {}

The top-level program node.

foo(*bar)

^^^^

def foo((bar, *baz)); end

^^^^

def foo(*); bar(*); end

^
No documentation available

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.

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

def foo(**); bar(**); end

^^

{ **foo }

^^^^^

foo(&bar)

^^^^

Visit the arguments and block of a call node and return the arguments and block as they should be used.

case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^

def foo(…); bar(…); end

^^^

“foo #{bar}” ^^^^^^^^^^^^

Search took: 2ms  ·  Total Results: 3265