Class: Textpow::Processor

Inherits:
Object
  • Object
show all
Defined in:
lib/ver/vendor/textpow.rb

Instance Method Summary collapse

Instance Method Details

#close_tag(name, mark) ⇒ Object



52
53
# File 'lib/ver/vendor/textpow.rb', line 52

def close_tag(name, mark)
end

#end_parsing(name) ⇒ Object



43
44
# File 'lib/ver/vendor/textpow.rb', line 43

def end_parsing(name)
end

#new_line(line) ⇒ Object



46
47
# File 'lib/ver/vendor/textpow.rb', line 46

def new_line(line)
end

#open_tag(name, pos) ⇒ Object



49
50
# File 'lib/ver/vendor/textpow.rb', line 49

def open_tag(name, pos)
end

#start_parsing(name) ⇒ Object



40
41
# File 'lib/ver/vendor/textpow.rb', line 40

def start_parsing(name)
end