class Pwrake::GraphTracerGroup
Public Instance Methods
get_location(tw)
click to toggle source
# File lib/pwrake/misc/mcgp.rb, line 130 def get_location(tw) tw.group end
part_graph()
click to toggle source
# File lib/pwrake/misc/mcgp.rb, line 134 def part_graph @group_list.each do |g| g.part_graph g.set_group end end