Installs gems for this RequestSet
using the Gem::Installer
options
.
If a block
is given an activation request
and installer
are yielded. The installer
will be nil
if a gem matching the request was already installed.
Performs the uninstall of the gem. This removes the spec, the Gem
directory, and the cached .gem file.
Sets userinfo, argument is string like ‘name:pass’.
Returns the userinfo, either as ‘user’ or ‘user:password’.
Returns attributes.
Setter for attributes val
.
Creates a class to wrap the C struct described by signature
.
MyStruct = struct ['int i', 'char c']
Formats and writes to the stream converting parameters under control of the format string.
See Kernel#sprintf
for format string details.
Check if gem name
version version
is installed.
Returns the first found remote TupleSpace
. Any further recovered TupleSpaces can be found by calling to_a
.
return the stub script text used to launch the true Ruby script
Expire memoized instance variables that can incorrectly generate, replace or miss files due changes in certain attributes used to compute them.