Resolve the requested dependencies and return an Array
of Specification objects to be activated.
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"
Is code
a redirection status?
Is code
a redirection status?
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.
Return the 2 dependency objects that conflicted