method
set_start_location
v2_6_3 -
Show latest stable
- Class:
Psych::TreeBuilder
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