# File lib/grape/router.rb, line 46
    def append(route)
      map[route.request_method.to_s.upcase] << route
    end