Class: Lydown::Translation::Ripple::Repeat

Inherits:
Root
  • Object
show all
Defined in:
lib/lydown/translation/ripple/nodes.rb

Defined Under Namespace

Classes: Alternative, Start

Instance Method Summary collapse

Methods inherited from Root

#_translate, #check_line_break, #source_line

Instance Method Details

#translate(stream, opts) ⇒ Object



215
216
217
218
# File 'lib/lydown/translation/ripple/nodes.rb', line 215

def translate(stream, opts)
  _translate(self, stream, opts)
  stream << "*| "
end