# File lib/gruff/scene.rb, line 50 def initialize(target_width, base_dir) @base_dir = base_dir @groups = {} @layers = [] super target_width end