Create a new IndexOperatorWriteNode
node.
Create a new IndexOrWriteNode
node.
Create a new InstanceVariableReadNode
node.
Create a new LocalVariableReadNode
node.
Creates a self-signed certificate with an issuer and subject of subject
and the given extensions
for the key
.
Corrects path
(usually returned by ‘Gem::URI.parse().path` on Windows), that comes with a leading slash.
a and b ^^^^^^^
begin end ^^^^^^^^^
A block on a keyword or method call.
foo ^^^
foo.bar ^^^^^^^
foo.bar() {} ^^^^^^^^^^^^
case foo; when bar; end ^^^^^^^^^^^^^^^^^^^^^^^
class Foo; end ^^^^^^^^^^^^^^
def foo; end ^^^^^^^^^^^^
def self.foo; end ^^^^^^^^^^^^^^^^^
defined? a ^^^^^^^^^^
defined?(a) ^^^^^^^^^^^
for foo in bar do end ^^^^^^^^^^^^^^^^^^^^^