Method: Kwaff::Element#accept
- Defined in:
- lib/kwaff/node.rb
#accept(translator, level = 0) ⇒ Object
35 36 37 |
# File 'lib/kwaff/node.rb', line 35 def accept(translator, level=0) return translator.translate_element(self, level) end |