# File lib/rack/builder.rb, line 27 def initialize(&block) @ins = [] instance_eval(&block) if block_given? end