resolve
Does this dependency require a prerelease?
Indicate if this NameTuple
is for a prerelease version.
Resolve the requested dependencies and return an Array
of Specification objects to be activated.
A requirement is a prerelease if any of the versions inside of it are prereleases
A version is considered a prerelease if it contains a letter.
Proceed with resolution! Returns an array of ActivationRequest
objects.
Returns true if URI
does not have a scheme (e.g. http:// or https://) specified.
Returns the replacement string.
ec = Encoding::Converter.new("euc-jp", "us-ascii") p ec.replacement #=> "?" ec = Encoding::Converter.new("euc-jp", "utf-8") p ec.replacement #=> "\uFFFD"
Sets the replacement string.
ec = Encoding::Converter.new("utf-8", "us-ascii", :undef => :replace) ec.replacement = "<undef>" p ec.convert("a \u3042 b") #=> "a <undef> b"
The column number in the source code where this AST’s text began.
The column number in the source code where this AST’s text ended.
Removes sessions in the internal cache that have expired at time.
Returns a status string for the response.
Copies the nonce from request into this response. Returns 1 on success and 0 on failure.
Takes a token and gets the next token in the Negotiate authentication chain. Token can be Base64
encoded or not. The token can include the “Negotiate” header and it will be stripped. Does not indicate if SEC_I_CONTINUE or SEC_E_OK was returned. Token returned is Base64
encoded w/ all new lines removed.