Parent

Methods

Class Index [+]

Quicksearch

Mail::AddressContainer

Public Class Methods

new(field, list = []) click to toggle source
   # File lib/mail/fields/common/address_container.rb, line 5
5:     def initialize(field, list = [])
6:       @field = field
7:       super(list)
8:     end

Public Instance Methods

<<(address) click to toggle source
    # File lib/mail/fields/common/address_container.rb, line 10
10:     def << (address)
11:       @field << address
12:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.