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