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