class Mail::Header

def fields

Experimental RBS support (using type sampling data from the type_fusion project).

def fields: () -> untyped

This signature was generated using 1 sample from 1 application.

were read in.
Returns an array of all the fields in the header in order that they
def fields
  @fields ||= FieldList.new
end