Class: Mathtype3::NamedRecord
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Mathtype3::NamedRecord
- Defined in:
- lib/records3/mtef.rb,
lib/records3/line.rb
Overview
Payload is the most important class to understand. This abstraction allows recursive formats. eg. lists can contain lists can contain lists.
Instance Method Summary collapse
Instance Method Details
#not_end_tag? ⇒ Boolean
84 85 86 |
# File 'lib/records3/mtef.rb', line 84 def not_end_tag? record_type != 0 end |