Class: Pwrake::GraphTracerGroup
- Inherits:
-
GraphTracer
- Object
- GraphTracer
- Pwrake::GraphTracerGroup
- 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
130 131 132 |
# File 'lib/pwrake/misc/mcgp.rb', line 130 def get_location(tw) tw.group end |
#part_graph ⇒ Object
134 135 136 137 138 139 |
# File 'lib/pwrake/misc/mcgp.rb', line 134 def part_graph @group_list.each do |g| g.part_graph g.set_group end end |