# File /home/matt/rubymail/mail/header.rb, line 201 def delete_if # yields: name, value @fields.delete_if { |i| yield i.name, i.value } self end