method

set_start_location

set_start_location(node)
private

No documentation available.

# File ext/psych/lib/psych/tree_builder.rb, line 127
    def set_start_location(node)
      node.start_line   = @start_line
      node.start_column = @start_column
    end