Mail::FieldList
Inherits Reference < Object
Field List class provides an enhanced array that keeps a list of email fields in order. And allows you to insert new fields without having to worry about the order they will appear in.
Instance methods
<<(field)
Sourceadd_field(field)
Sourcedelete_field(name)
Sourceget_field(field_name)
Sourcehas_field?(field_name)
Sourceinsert_field(field)
Insert the field in sorted order.
Heavily based on bisect.insort from Python, which is: Copyright (C) 2001-2013 Python Software Foundation. Licensed under http://docs.python.org/license.html From http://hg.python.org/cpython/file/2.7/Lib/bisect.py
push(field)
Sourcereplace_field(field)
Sourceselect_fields(field_name)
Sourcesummary
Source