# File lib/rack/builder.rb, line 139
    def map(path, &block)
      @map ||= {}
      @map[path] = block
    end