Terminate the application with exit code status
, running any exit handlers that might have been defined.
Terminates the RubyGems process with the given exit_code
Get the indentation level.
Set
the indentation level to level
. The level must be less than 10 and greater than 1.
Create a DRbUnknownError
exception containing this object.
Issues an OPTS command
name Should be the name of the option to set
params is any optional parameters to supply with the option
example: option(‘UTF8’, ‘ON’) => ‘OPTS UTF8 ON’
Sends a OPTIONS request to the path
and gets a response, as an HTTPResponse
object.
Override to display a longer description of what this command does.
A detailed description of this gem. See also summary
Creates a class to wrap the C union described by signature
.
MyUnion = union ['int i', 'char c']