Module: Lydown::Parsing::Setting::Key

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

Instance Method Summary collapse

Instance Method Details

#to_stream(stream, opts) ⇒ Object



92
93
94
# File 'lib/lydown/parsing/nodes.rb', line 92

def to_stream(stream, opts)
  parent.setting[:key] = text_value
end