Class: Textpow::Processor
- Inherits:
-
Object
- Object
- Textpow::Processor
- Defined in:
- lib/ver/vendor/textpow.rb
Instance Method Summary collapse
- #close_tag(name, mark) ⇒ Object
- #end_parsing(name) ⇒ Object
- #new_line(line) ⇒ Object
- #open_tag(name, pos) ⇒ Object
- #start_parsing(name) ⇒ Object
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 |