# File lib/mail/parsers/rfc2822.rb, line 2819 2819: def dig_comments(comments, elements) 2820: elements.each { |elem| 2821: if elem.respond_to?(:comment) 2822: comments << elem.comment 2823: end 2824: dig_comments(comments, elem.elements) if elem.elements 2825: } 2826: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.