Module: Lydown::Parsing::Setting::Key
- Defined in:
- lib/lydown/parsing/nodes.rb
Instance Method Summary collapse
Instance Method Details
#to_stream(stream, opts) ⇒ Object
66 67 68 |
# File 'lib/lydown/parsing/nodes.rb', line 66 def to_stream(stream, opts) parent.setting[:key] = text_value end |