Module: Lydown::Parsing::Note::Expression

Defined in:
lib/lydown/parsing/nodes.rb

Instance Method Summary collapse

Instance Method Details

#to_stream(note) ⇒ Object



111
112
113
114
# File 'lib/lydown/parsing/nodes.rb', line 111

def to_stream(note)
  note[:expressions] ||= []
  note[:expressions] << text_value
end