Class: Lydown::Translation::Ripple::Note::Duration

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



105
106
107
# File 'lib/lydown/translation/ripple/nodes.rb', line 105

def translate(note, opts)
  note[:duration] = text_value
end