Results for: "module_function"

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

Reset nil attributes to their default values to make the spec valid

No documentation available
No documentation available
No documentation available

Parses the most indented lines into blocks that are marked and added to the frontier

foo => [bar] ^^^^^

def foo(); bar(); end ^^

{ **foo } ^^^^^

foo(&bar) ^^^^

def foo(&bar); end ^^^^

A block’s parameters.

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

foo => bar => baz ^^^^^^^^^^

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

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

foo => [, bar, ] ^^^^^^^^^^^

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

def foo(…); end ^^^

super ^^^^^

super {} ^^^^^^^^

foo => {} ^^

foo { |bar,| } ^

foo, = 1 ^^^^^^^^

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

Search took: 4ms  ·  Total Results: 3310