# File lib/tmail/header.rb, line 435 def each_id self.refs.each do |i| yield i if MESSAGE_ID === i end end
# File lib/tmail/header.rb, line 446 def each_phrase self.refs.each do |i| yield i unless MESSAGE_ID === i end end
Generated with the Darkfish Rdoc Generator 2.