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