Finds stub specifications matching a pattern in the record, optionally filtering out specs not matching the current platform
define methodname as instance method of current module, using ERB
object or eRuby file
define methodname as instance method of current module, using ERB
object or eRuby file
A block’s parameters.
Foo::Bar ^^^^^^^^
-> { it } ^^^^^^^^^
-> { _1 + _2 } ^^^^^^^^^^^^^^
Visit a destructured positional parameter node.
Get all [gem, version] from the command line.
An argument in the form gem:ver is pull apart into the gen name and version, respectively.
def foo(bar = 1); end
^^^^^^^
Validates the Diffie-Hellman parameters associated with this instance. It checks whether a safe prime and a suitable generator are used. If this is not the case, false
is returned.
See also the man page EVP_PKEY_param_check(3).