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