Rabbit::Canvas
# File lib/rabbit/dependency-canvas.rb, line 10 def initialize(parent, *rest, &block) @parent = parent super(*rest, &block) end