Class: Lydown::Translation::Ripple::TimeSignature

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



141
142
143
144
# File 'lib/lydown/translation/ripple/nodes.rb', line 141

def translate(stream, opts)
  opts[:time] = text_value
  stream << "- time: #{text_value}\n"
end