Class: Pwrake::GraphTracerNode
- Inherits:
-
GraphTracer
- Object
- GraphTracer
- Pwrake::GraphTracerNode
- Defined in:
- lib/pwrake/misc/mcgp.rb
Instance Method Summary collapse
Methods inherited from GraphTracer
#initialize, #trace, #write_dot
Constructor Details
This class inherits a constructor from Pwrake::GraphTracer
Instance Method Details
#get_location(tw) ⇒ Object
145 146 147 |
# File 'lib/pwrake/misc/mcgp.rb', line 145 def get_location(tw) tw.location end |
#part_graph ⇒ Object
149 150 151 152 153 154 |
# File 'lib/pwrake/misc/mcgp.rb', line 149 def part_graph @group_list.each do |g| g.part_graph g.set_node end end |