# File lib/innate/options/dsl.rb, line 170 def each_pair @hash.each do |key, values| yield(key, self[key]) end end