class Mathtype3::NamedRecord

Payload is the most important class to understand. This abstraction allows recursive formats. eg. lists can contain lists can contain lists.

Public Instance Methods

not_end_tag?() click to toggle source
# File lib/records3/mtef.rb, line 84
def not_end_tag?
  record_type != 0
end