Results for: "module_function"

Set the version to version.

Returns extensions.

Setter for extensions val.

Obtains a lock, runs the block, and releases the lock when the block completes. See the example under Thread::Mutex.

Returns URL-unescaped string following RFC 3986.

URL-decode a string following RFC 3986 with encoding(optional).

string = CGI.unescapeURIComponent("%27Stop%21%27+said%20Fred")
   # => "'Stop!'+said Fred"
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Creates an option parser and fills it in with the help info for the command.

Checks the permissions of the credentials file. If they are not 0600 an error message is displayed and RubyGems aborts.

No documentation available
No documentation available

Implementation for Specification#validate_for_resolution

No documentation available

Invoked by Ruby’s core methods to run a blocking operation in a non-blocking way.

Minimal suggested implementation is:

def blocking_operation_wait(work)
  Thread.new(&work).join
end

Add the –key option

Add the –otp option

No documentation available

Default options for the gem install and update commands.

Add the –http-proxy option

Add the –source option

No documentation available
Search took: 5ms  ·  Total Results: 3346