Results for: "to_proc"

Save the call_operator_loc location using the given saved source so that it can be retrieved later.

Save the call_operator_loc location using the given saved source so that it can be retrieved later.

Save the inheritance_operator_loc location using the given saved source so that it can be retrieved later.

Save the binary_operator_loc location using the given saved source so that it can be retrieved later.

Save the call_operator_loc location using the given saved source so that it can be retrieved later.

Save the call_operator_loc location using the given saved source so that it can be retrieved later.

Save the binary_operator_loc location using the given saved source so that it can be retrieved later.

Save the call_operator_loc location using the given saved source so that it can be retrieved later.

No documentation available
No documentation available
No documentation available
No documentation available

Example:

x += 1
  ^

Example:

x += 1
     ^

Sets the process title that appears on the ps(1) command. Not necessarily effective on all platforms. No exception will be raised regardless of the result, nor will NotImplementedError be raised even if the platform does not support the feature.

Calling this method does not affect the value of $0.

Process.setproctitle('myapp: worker #%d' % worker_id)

This method first appeared in Ruby 2.1 to serve as a global variable free means to change the process title.

Create a new LocalVariableOperatorWriteNode node.

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.

Example:

Foo::Bar += 1
   ^^^^^^^^

Compile a LocalVariableOperatorWriteNode node

foo += bar

becomes

foo = foo + bar

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

Inspect a LocalVariableOperatorWriteNode node.

Copy a LocalVariableOperatorWriteNode node

Example:

x.foo += 42
 ^^^     (for foo)
x.foo += 42
      ^  (for +)
x.foo += 42
 ^^^^^^^ (for foo=)

Example:

x.foo += 42
         ^^
Search took: 6ms  ·  Total Results: 2407