# File lib/sinatra/multi_route.rb, line 61
    def get(*args, &block)      super(*route_args(args), &block)  end