Module: Lydown::Parsing::SourceRef::Column

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

Instance Method Summary collapse

Instance Method Details

#to_stream(ref, opts) ⇒ Object



416
417
418
# File 'lib/lydown/parsing/nodes.rb', line 416

def to_stream(ref, opts)
  ref[:column] = text_value.to_i
end