Results for: "remove_const"

return the stub script text used to launch the true Ruby script

Return the latest installed spec for gem name.

Specification attributes that must be non-nil

No documentation available
No documentation available

Finds stub specifications matching a pattern in the record, optionally filtering out specs not matching the current platform

Return the latest installed spec in the record for gem name.

No documentation available

Choose from a list of options. question is a prompt displayed above the list. list is a list of option strings. Returns the pair [option_name, option_index].

Tells ‘scan_while` to look for mismatched keyword/end-s

When scanning up, if we see more keywords then end-s it will stop. This might happen when scanning outside of a method body. the first scan line up would be a keyword and this setting would trigger a stop.

When scanning down, stop if there are more end-s than keywords.

No documentation available

Comes from ripper, called on every parse error, msg is a string

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

Invoked by Ruby’s core methods to run a blocking operation in a non-blocking way.

Minimal suggested implementation is:

def blocking_operation_wait(work)
  Thread.new(&work).join
end

Returns the source encoding name as a string.

Returns the source encoding name as a string.

Yields to a block and preserves the previous set of objects being printed.

Check whether the object_id id is in the current buffer of objects to be pretty printed. Used to break cycles in chains of objects to be pretty printed.

Adds the object_id id to the set of objects being pretty printed, so as to not repeat objects.

Removes an object from the set of objects being pretty printed.

Create a new AlternationPatternNode node.

Create a new InterpolatedStringNode node.

Search took: 19ms  ·  Total Results: 5438