Results for: "minmax"

Prefix and suffix the program filename the same as ruby.

Performs various checks before installing the gem such as the install repository is writable and its directories exist, required Ruby and rubygems versions are met and that dependencies are installed.

Version and dependency checks are skipped if this install is forced.

The dependent check will be skipped if the install is ignoring dependencies.

No documentation available
No documentation available
No documentation available

Installs from the gem dependencies files in the :gemdeps option in options, yielding to the block as in install.

If :without_groups is given in the options, those groups in the gem dependencies file are not used. See Gem::Installer for other options.

No documentation available

Find the best specification matching a name and requirements. Raises if the dependency doesn’t resolve to a valid specification.

Return the best specification that contains the file matching path.

Returns the full path to the build info directory

Returns the full path to the file containing the build information generated when the gem was installed

Finds all gems that satisfy dep

Expire memoized instance variables that can incorrectly generate, replace or miss files due changes in certain attributes used to compute them.

No documentation available

Return the best specification in the record that contains the file matching path.

Creates a TargetRbConfig for the platform that RubyGems is running on.

@return true if the specs of any default gems are ‘==` to the given `spec`.

No documentation available

Scan blocks based on indentation of next line above/below block

Determines indentaion of the next line above/below the current block.

Normally this is called when a block has expanded to capture all “neighbors” at the same (or greater) indentation and needs to expand out. For example the ‘def/end` lines surrounding a method.

Keeps track of what lines have been added to blocks and which are not yet visited.

Given that we know our syntax error exists somewhere in our frontier, we want to find the smallest possible set of blocks that contain all the syntax errors

No documentation available

Discard changes that have not been committed and revert the last commit

Cannot revert the first commit

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.

Search took: 6ms  ·  Total Results: 2488