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