Extracts the response URI
from msg
and adds it to TupleSpace
where it will be picked up by reply_service
for notification.
Finds all live tuples that match template
.
Creates a thread that scans the tuplespace for expired tuples.
Used by the Resolver, the protocol to use a AvailableSet
as a search Set
.
Call the given block when invoked.
Normal command invocations just executes the execute
method of the command. Specifying an invocation block allows the test methods to override the normal action of a command to determine that it has been invoked correctly.
Register the Symbol
command
as a gem command.
Unregister the Symbol
command
as a gem command.
Is this dependency simply asking for the latest version of a gem?
Build various indices
Compresses indices on disk
Builds and installs indices.
Perform an in-place update of the repository from newly added gems.
Writes the .gemspec specification (in Ruby) to the gem home’s specifications directory.
Reads the file index and extracts each file into the gem directory.
Ensures that files can’t be installed outside the gem directory.
Turn an array of [name, version, platform] into an array of NameTuple
objects.