Method: CodeNode::GraphBuilder#find_nodes
- Defined in:
- lib/code_node/graph_builder.rb
#find_nodes ⇒ self
Search the sources for nodes
37 38 39 40 41 |
# File 'lib/code_node/graph_builder.rb', line 37 def find_nodes puts '1st pass: find nodes' find :nodes self end |