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