Class: Mathtype3::RecordLine
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Mathtype3::RecordLine
- Includes:
- Snapshot
- Defined in:
- lib/records3/line.rb
Constant Summary collapse
- EXPOSED_IN_SNAPSHOT =
%i(options nudge line_spacing ruler object_list)
Instance Method Summary collapse
Methods included from Snapshot
Instance Method Details
#options ⇒ Object
43 44 45 |
# File 'lib/records3/line.rb', line 43 def end |
#to_formatted_s(indent = 0) ⇒ Object
41 |
# File 'lib/records3/line.rb', line 41 def to_formatted_s(indent = 0); to_s; end |