Results for: "Dir.chdir"

foo rescue bar ^^^^^^^^^^^^^^

__ENCODING__ ^^^^^^^^^^^^

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

The logical inverse of ‘capture_last_end_same_indent`

When there is an invalid block with an ‘end` missing a keyword right after another `end`, it is unclear where which end is missing the keyword.

Take this example:

class Dog       # 1
    puts "woof" # 2
  end           # 3
end             # 4

the problem line will be identified as:

> end            # 4

This happens because lines 1, 2, and 3 are technically valid code and are expanded first, deemed valid, and hidden. We need to un-hide the matching keyword on line 1. Also work backwards and if there’s a mis-matched end, show it too

Returns AST nodes under this one. Each kind of node has different children, depending on what kind of node it is.

The returned array may contain other nodes or nil.

Returns the verified chain.

See also the man page X509_STORE_CTX_set0_verified_chain(3).

Calls the given block once for each element in self, passing that element as parameter asn1. If no block is given, an enumerator is returned instead.

Example

asn1_ary.each do |asn1|
  puts asn1
end

Returns the challenge string associated with this SPKI.

Parameters

Sets the challenge to be associated with the SPKI. May be used by the server, e.g. to prevent replay.

Iterate over each node in the tree. Yields each node to block depth first.

Attach the comments to their respective locations in the tree by mutating the parse result.

No documentation available

Verifies if the arguments match with this key event. Nil arguments are ignored, but at least one must be passed as non-nil. To verify that no control keys were pressed, pass an empty array: ‘control_keys: []`.

Enumerate the +SvcParam+s in this list.

Iterates over files in the tarball yielding each entry

A hint run by the resolver to allow the Set to fetch data for DependencyRequests reqs.

Prefetches reqs in all sets.

Does this dependency request match spec?

NOTE: match? only matches prerelease versions when dependency is a prerelease dependency.

Prefetches specifications from the git repositories in this set.

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