class Mathtype3::RecordLine

Constants

EXPOSED_IN_SNAPSHOT

Public Instance Methods

options() click to toggle source
# File lib/records3/line.rb, line 43
def options
  _tag_options
end
to_formatted_s(indent = 0) click to toggle source
# File lib/records3/line.rb, line 41
def to_formatted_s(indent = 0); to_s; end