# File lib/scruffy/layers/stacked.rb, line 25
    def initialize(options={}, &block)
      super(options)

      block.call(self)    # Allow for population of data with a block during initialization.
    end