# File lib/faraday/request/retry.rb, line 58
      def methods
        Array(self[:methods] ||= IDEMPOTENT_METHODS)
      end