Method: Psych::Nodes::Node#start_column

Defined in:
lib/psych/nodes/node.rb

#start_columnObject

The column number where this node start



24
25
26
# File 'lib/psych/nodes/node.rb', line 24

def start_column
  @start_column
end