# File lib/compass/stats.rb, line 69 def visit_tree! @visitor = StatsVisitor.new tree.visit_depth_first(@visitor) @visitor end