# File lib/faraday/options.rb, line 101 def each_value return to_enum(:each_value) unless block_given? values.each do |value| yield(value) end end