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