SyntaxSuggest.use_prism_parser?
[Private]
Tells us if the prism parser is available for use or if we should fallback to ‘Ripper`
@@foo += bar ^^^^^^^^^^^^
$foo += bar ^^^^^^^^^^^
@foo += bar ^^^^^^^^^^^
foo += bar ^^^^^^^^^^
Generates a valid JSON
document from object obj
and returns the result. If no valid JSON
document can be created this method raises a GeneratorError
exception.
Returns the generator of the group.
See the OpenSSL
documentation for EC_GROUP_get0_generator()
Blocks can have a special set of parameters that automatically expand when given arrays if they have a single required parameter and no other parameters.
Constructs a new source range from the given start and end offsets.
@@foo, = bar ^^^^^
def foo(**bar); end
^^^^^
def foo(**); end
^^
def foo(bar: baz); end
^^^^^^^^
@@foo, = bar ^^^^^