Module: Lydown::Parsing::Note::Expression
- Defined in:
- lib/lydown/parsing/nodes.rb
Instance Method Summary collapse
Instance Method Details
#to_stream(note, opts) ⇒ Object
161 162 163 164 |
# File 'lib/lydown/parsing/nodes.rb', line 161 def to_stream(note, opts) note[:expressions] ||= [] note[:expressions] << text_value end |