Initialization tasks without the “yield self” or define operations.
Add deps
Gem::Dependency
objects to the set.
Concatenates the new
requirements onto this requirement.
true if this gem has no requirements.
Removes all sources from the SourceList
.
Return any possible conflicts against the currently loaded specs.
A short summary of this gem’s description.
teardown
restores the process to its original state and removes the tempdir unless the KEEP_FILES
environment variable was set.
Display an informational alert. Will ask question
if it is not nil.
Returns a Concat
object, for the given jobs
Components of the URI
in the order.
Components of the URI
in the order.
v
String
public setter for the password
component. (with validation)
see also URI::Generic.check_password
require 'uri' uri = URI.parse("http://john:S3nsit1ve@my.example.com") uri.password = "V3ry_S3nsit1ve" # => "V3ry_S3nsit1ve" uri #=> #<URI::HTTP:0x00000000881d90 URL:http://john:V3ry_S3nsit1ve@my.example.com>
returns the password component
v
String
public setter for the port component v
. (with validation)
see also URI::Generic.check_port
require 'uri' uri = URI.parse("http://my.example.com") uri.port = 8080 # => 8080 uri #=> #<URI::HTTP:0x000000008e89e8 URL:http://my.example.com:8080>
v
String
public setter for the path component v
. (with validation)
see also URI::Generic.check_path
require 'uri' uri = URI.parse("http://my.example.com/pub/files") uri.path = "/faq/" # => "/faq/" uri #=> #<URI::HTTP:0x000000008e89e8 URL:http://my.example.com/faq/>
v
String
public setter for the opaque component v
. (with validation)
see also URI::Generic.check_opaque
Checks if URI
has a path
Returns a split URI
against regexp
Returns a split URI
against regexp
The port this request is for