# File lib/git-review/server.rb, line 26
    def respond_to?(method)
      provider.respond_to?(method) || super
    end