Results for: "module_function"

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

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

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

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

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

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

Inspect a BackReferenceReadNode node.

Inspect a ConstantAndWriteNode node.

Inspect a ConstantOperatorWriteNode node.

Inspect a ConstantOrWriteNode node.

Inspect a ConstantPathTargetNode node.

Inspect a ConstantPathWriteNode node.

Inspect a NumberedReferenceReadNode node.

Copy a BackReferenceReadNode node

Copy a ConstantAndWriteNode node

Copy a ConstantOperatorWriteNode node

Copy a ConstantOrWriteNode node

Copy a ConstantPathTargetNode node

Copy a ConstantPathWriteNode node

Copy a NumberedReferenceReadNode node

No documentation available

Returns every spec that has the given full_name

No documentation available

Returns garbage collector generation for the given object.

class B
  include ObjectSpace

  def foo
    trace_object_allocations do
      obj = Object.new
      p "Generation is #{allocation_generation(obj)}"
    end
  end
end

B.new.foo #=> "Generation is 3"

See ::trace_object_allocations for more information and examples.

@foo += bar ^^^^^^^^^^^

Search took: 6ms  ·  Total Results: 5313