Class: Lydown::Translation::Ripple::Note::Expression

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(note, opts) ⇒ Object



117
118
119
# File 'lib/lydown/translation/ripple/nodes.rb', line 117

def translate(note, opts)
  note[:expressions] << text_value
end