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

Inherits:
Lydown::Translation::Ripple::Root show all
Defined in:
lib/lydown/translation/ripple/nodes.rb

Instance Method Summary collapse

Methods inherited from Lydown::Translation::Ripple::Root

#_translate, #check_line_break, #source_line

Instance Method Details

#translate(stream, opts) ⇒ Object



228
229
230
231
# File 'lib/lydown/translation/ripple/nodes.rb', line 228

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