Class: Mathtype::RecordEnd
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- Mathtype::RecordEnd
- Defined in:
- lib/records/end.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
3 |
# File 'lib/records/end.rb', line 3 def get; ""; end |
#set(v) ⇒ Object
4 |
# File 'lib/records/end.rb', line 4 def set(v); end |
#to_formatted_s(indent = 0) ⇒ Object
6 |
# File 'lib/records/end.rb', line 6 def to_formatted_s(indent = 0); to_s; end |