Methods

Class/Module Index [+]

Quicksearch

Mail::SubjectField

Public Class Methods

new(value = nil, charset = 'utf-8') click to toggle source
# File lib/mail/fields/subject_field.rb, line 9
def initialize(value = nil, charset = 'utf-8')
  self.charset = charset
  super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, value), charset)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.