module Field

Field

A field definition tracks information that’s necessary for Flat::File to process a particular field. This is typically added to a subclass of Flat::File like so:

class SomeFile < Flat::File
  add_field :some_field_name, :width => 35
end