# File lib/mail/elements/phrase_list.rb, line 7 7: def initialize(string) 8: parser = Mail::PhraseListsParser.new 9: if tree = parser.parse(string) 10: @phrases = tree.phrases 11: else 12: raise Mail::Field::ParseError.new(PhraseList, string, parser.failure_reason) 13: end 14: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.