@!visibility private Enumerates each action in the log in reverse order @yield [Action]
Is there a path from ‘self` to `other` following edges in the dependency graph? @return true iff there is a path following edges within this {#graph}
Ends the resolution process @return [void]
Creates the initial state for the resolution, based upon the {#requested} dependencies @return [DependencyState] the initial state for the resolution
@return [Object] the requirement that led to ‘requirement` being added
to the list of requirements.
@return [Boolean] whether or not the given state has any possibilities
left.
@return [Conflict] a {Conflict} that reflects the failure to activate
the {#possibility} in conjunction with the current {#state}
Indicates progress roughly once every second @return [void]
Converts this object to a string (calling to_s), converts it to a JSON
string, and returns the result. This is a fallback, if no special method to_json
was defined for some object.
Returns a JSON
string containing a JSON
object, that is generated from this Hash
instance. state is a JSON::State object, that can also be used to configure the produced JSON
string output further.
Returns a JSON
string containing a JSON
array, that is generated from this Array
instance. state is a JSON::State object, that can also be used to configure the produced JSON
string output further.
This string should be encoded with UTF-8 A call to this method returns a JSON
string encoded with UTF16 big endian characters as u????.
Returns a JSON
string for true: ‘true’.
Returns a JSON
string for false: ‘false’.
Returns a JSON
string for nil: ‘null’.
Returns the form how EC::Point
data is encoded as ASN.1.
See also point_conversion_form=
.