# File lib/git-review/settings.rb, line 25
    def respond_to?(method)
      config.respond_to?(method) || super
    end