Results for: "module_function"

Find an unresolved Gem::Specification of default gem from path

Returns a string decoded from the given URL-encoded string str.

The given string is first encoded as Encoding::ASCII-8BIT (using String#b), then decoded (as below), and finally force-encoded to the given encoding enc.

The returned string:

Related: URI.decode_uri_component (preserves '+').

def foo(bar: baz); end

^^^^^^^^

def foo(bar: baz); end

^^^^^^^^

foo => ^(bar)

^^^^^^

foo => ^(bar)

^^^^^^

Full name of the tar entry

Compile a InstanceVariableAndWriteNode node

Compile a InstanceVariableOperatorWriteNode node

Compile a InstanceVariableOrWriteNode node

@foo &&= bar

becomes

@foo && @foo = bar

@foo ||= bar

becomes

@foo || @foo = bar

@foo += bar

becomes

@foo = @foo + bar

Dispatch enter and leave events for InstanceVariableAndWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for InstanceVariableOperatorWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for InstanceVariableOrWriteNode nodes and continue walking the tree.

Inspect a InstanceVariableAndWriteNode node.

Inspect a InstanceVariableOperatorWriteNode node.

Inspect a InstanceVariableOrWriteNode node.

Copy a InstanceVariableAndWriteNode node

Copy a InstanceVariableOperatorWriteNode node

Copy a InstanceVariableOrWriteNode node

@foo ^^^^

@foo = 1 ^^^^^^^^

@foo, = bar ^^^^

Search took: 8ms  ·  Total Results: 5313