Returns a JSON
string containing a JSON
object, that is generated from this Hash
instance. state is a JSON::State object, that can also be used to configure the produced JSON
string output further.
Returns a JSON
string containing a JSON
array, that is generated from this Array
instance. state is a JSON::State object, that can also be used to configure the produced JSON
string output further.
This string should be encoded with UTF-8 A call to this method returns a JSON
string encoded with UTF16 big endian characters as u????.
Returns a JSON
string for true: ‘true’.
Returns a JSON
string for false: ‘false’.
Returns a JSON
string for nil: ‘null’.
For debugging output
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.
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.