Class Texy::Parser
In: lib/texy/parser.rb
Parent: Object

Methods

new   parse  

Attributes

element  [RW] 

Public Class methods

[Source]

# File lib/texy/parser.rb, line 36
        def initialize(element)
            self.element = element
        end

Public Instance methods

[Source]

# File lib/texy/parser.rb, line 40
        def parse(text)
        end

[Validate]