# File lib/vpim/field.rb, line 294 def each_param(&block) #:yield: name, value if @params @params.each(&block) end end