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