Method: CodeNode::GraphBuilder#graph
- Defined in:
- lib/code_node/graph_builder.rb
#graph ⇒ IR::Graph (readonly)
Returns the graph being built.
12 13 14 |
# File 'lib/code_node/graph_builder.rb', line 12 def graph @graph end |
Returns the graph being built.
12 13 14 |
# File 'lib/code_node/graph_builder.rb', line 12 def graph @graph end |