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