Module: Lydown::Parsing::SourceRef::Line
- Defined in:
- lib/lydown/parsing/nodes.rb
Instance Method Summary collapse
Instance Method Details
#to_stream(ref, opts) ⇒ Object
380 381 382 |
# File 'lib/lydown/parsing/nodes.rb', line 380 def to_stream(ref, opts) ref[:line] = text_value.to_i end |