Method: CodeNode::GraphBuilder#graph

Defined in:
lib/code_node/graph_builder.rb

#graphIR::Graph (readonly)

Returns the graph being built.

Returns:

  • the graph being built



12
13
14
# File 'lib/code_node/graph_builder.rb', line 12

def graph
  @graph
end