Results for: "pstore"

Used for debugging

No documentation available
No documentation available

Returns true if this process is stopped, and if the corresponding wait call had the Process::WUNTRACED flag set, false otherwise.

Returns true if the process generated a coredump when it terminated, false if not.

Not available on all platforms.

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

Converts this AvailableSet into a RequestSet that can be used to install gems.

If development is :none then no development dependencies are installed. Other options are :shallow for only direct development dependencies of the gems in this set or :all for all development dependencies.

No documentation available
No documentation available

Compile a NumberedReferenceReadNode node

Dispatch enter and leave events for NumberedReferenceReadNode nodes and continue walking the tree.

Inspect a NumberedReferenceReadNode node.

Copy a NumberedReferenceReadNode node

No documentation available
No documentation available
No documentation available

Shows surrounding kw/end pairs

The purpose of showing these extra pairs is due to cases of ambiguity when only one visible line is matched.

For example:

1  class Dog
2    def bark
4    def eat
5    end
6  end

In this case either line 2 could be missing an ‘end` or line 4 was an extra line added by mistake (it happens).

When we detect the above problem it shows the issue as only being on line 2

2    def bark

Showing “neighbor” keyword pairs gives extra context:

2    def bark
4    def eat
5    end

Create a new BackReferenceReadNode node.

Create a new ConstantOperatorWriteNode node.

Search took: 4ms  ·  Total Results: 4418