Create a new ProgramNode
node.
Create a new RangeNode
node.
Create a new SuperNode
node.
Retrieve the value of one of the LoopFlags
flags.
Retrieve the value of one of the ParameterFlags
flags.
Retrieve the value of one of the RangeFlags
flags.
The default location object that gets attached to nodes if no location is specified, which uses the given source.
Deserialize the tokens represented by the given string into a parse result.
Internal interface to Random
; Generate random data n bytes.
Generates formatted random number from raw random bytes. See Random#rand
.
Creates an unsigned certificate for subject
and key
. The lifetime of the key is from the current time to age
which defaults to one year.
The extensions
restrict the key to the indicated uses.
Creates a new digest instance using the specified algorithm
. The default is SHA256.
Enumerates the trusted certificates via Gem::Security::TrustDir
.
Simple deprecation method that deprecates name
by wrapping it up in a dummy method. It warns on each call to the dummy method telling the user of repl
(unless repl
is :none) and the Rubygems version that it is planned to go away.
Simple deprecation method that deprecates name
by wrapping it up in a dummy method. It warns on each call to the dummy method telling the user of repl
(unless repl
is :none) and the Rubygems version that it is planned to go away.
Guts of original execute