# File lib/getoptions.rb, line 233 def each @options.each do |key,value| yield key.to_s, value end end