# File lib/rmail/header.rb, line 246 def delete_if # yields: name, value @fields.delete_if { |i| yield i.name, i.value } self end