Method: Vpim::DirectoryInfo#push_end

Defined in:
lib/vpim/dirinfo.rb

#push_end(field) ⇒ Object

Append field to the end of all the fields. This isn’t usually what you want to do, usually a DirectoryInfo’s first and last fields are a BEGIN/END pair, see #push().



217
218
219
220
# File 'lib/vpim/dirinfo.rb', line 217

def push_end(field)
  @fields << field
  self
end