# File lib/ramaze/gestalt.rb, line 44
    def initialize(&block)
      @out = []
      instance_eval(&block) if block_given?
    end