Results for: "Pathname"

No documentation available
No documentation available

Get a single optional argument from the command line. If more than one argument is given, return only the first. Return nil if none are given.

No documentation available

Enumerates the outdated local gems yielding the local specification and the latest remote version.

This method may take some time to return as it must check each local gem against the server’s index.

Extract platform given on the command line

@return [Symbol] The name of the action.

(see Action.action_name)

(see Action.action_name)

(see Action#name)

(see Action.action_name)

Is there a path from ‘self` to `other` following edges in the dependency graph? @return whether there is a path following edges within this {#graph}

@param [Vertex] other the vertex to check if there’s a path to @param [Set<Vertex>] visited the vertices of {#graph} that have been visited @return [Boolean] whether there is a path to ‘other` from `self`

(see Gem::Resolver::Molinillo::SpecificationProvider#name_for)

No documentation available

Sets dmp1, dmq1, iqmp for the RSA instance. They are calculated by d mod (p - 1), d mod (q - 1) and q^(-1) mod p respectively.

No documentation available

Like Enumerable#compact, but chains operation to be lazy-evaluated.

Update the digest using given string and return self.

Update the digest using a given string and return self.

No documentation available

Wakes up the first thread in line waiting for this lock.

No documentation available

Performs a Miller-Rabin probabilistic primality test for bn.

checks parameter is deprecated in version 3.0. It has no effect.

Encrypts data in a streaming fashion. Hand consecutive blocks of data to the update method in order to encrypt it. Returns the encrypted data chunk. When done, the output of Cipher#final should be additionally added to the result.

If buffer is given, the encryption/decryption result will be written to it. buffer will be resized automatically.

Search took: 4ms  ·  Total Results: 2192