Class: Lydown::Translation::Ripple::Barline
- Inherits:
-
Root
- Object
- Treetop::Runtime::SyntaxNode
- Root
- Lydown::Translation::Ripple::Barline
- 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
236 237 238 |
# File 'lib/lydown/translation/ripple/nodes.rb', line 236 def translate(stream, opts) stream << " #{text_value} " end |