class Ovec::CommandsNode

Attributes

content[R]

Public Class Methods

new(content) click to toggle source
# File lib/ovec/nodes.rb, line 56
def initialize(content)
        @content = content
end

Public Instance Methods

to_tex() click to toggle source
# File lib/ovec/nodes.rb, line 60
def to_tex
        "\\#{content}"
end