Class: Lydown::Translation::Ripple::Phrasing

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

Instance Method Summary collapse

Methods inherited from Root

#_translate, #check_line_break, #source_line

Instance Method Details

#translate(stream, opts) ⇒ Object



159
160
161
162
# File 'lib/lydown/translation/ripple/nodes.rb', line 159

def translate(stream, opts)
  check_line_break(stream, opts)
  stream << text_value
end