class Mathtype::RecordEnd
Public Instance Methods
get()
click to toggle source
# File lib/records/end.rb, line 3 def get; ""; end
set(v)
click to toggle source
# File lib/records/end.rb, line 4 def set(v); end
to_formatted_s(indent = 0)
click to toggle source
# File lib/records/end.rb, line 6 def to_formatted_s(indent = 0); to_s; end