class Ovec::CommentNode

Attributes

content[R]

Public Class Methods

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

Public Instance Methods

to_tex() click to toggle source
# File lib/ovec/nodes.rb, line 10
def to_tex
        content
end