# File lib/grape/endpoint.rb, line 206
    def map_routes
      options[:method].map { |method| options[:path].map { |path| yield method, path } }
    end