Create a new session id.
The session id is a secure random number by SecureRandom
if possible, otherwise an SHA512 hash based upon the time, a random number, and a constant string. This routine is used internally for automatically generated session ids.
Set
the default safe level to level
. The default safe level is 0
See new for more information.
Returns the inverse of the eigenvector matrix V
Nonsymmetric reduction to Hessenberg form.
Constructs proper parameters from arguments
Finds all tuples in the TupleBag
which when treated as templates, match tuple
and are alive.
Delete tuples which dead tuples from the TupleBag
, returning the deleted tuples.
The full path to the gem (install path + full name).
Display to the user that a gem couldn’t be found and reasons why
Returns the RubyGems.org API key
Sets the RubyGems.org API key to api_key
Builds Marshal
quick index gemspecs.
Build a single index for RubyGems 1.2 and newer
Builds indices for RubyGems 1.2 and newer. Handles full, latest, prerelease
Builds the @spec gem and returns an installer for it. The built gem includes:
bin/executable lib/code.rb ext/a/mkrf_conf.rb
Split the Gem search path (as reported by Gem.path
).
Adds a development dependency named gem
with requirements
to this gem.
Usage:
spec.add_development_dependency 'example', '~> 1.1', '>= 1.1.4'
Development dependencies aren’t installed by default and aren’t activated when a gem is required.