Module: Lydown::Parsing::Lyrics::Content

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

Instance Method Summary collapse

Instance Method Details

#to_stream(o, opts) ⇒ Object



308
309
310
311
312
313
314
# File 'lib/lydown/parsing/nodes.rb', line 308

def to_stream(o, opts)
  if o[:content]
    o[:content] << ' ' << text_value
  else
    o[:content] = text_value
  end
end