# File lib/action_dispatch/routing/mapper.rb, line 311
        def get(*args, &block)
          map_method(:get, *args, &block)
        end