method
event_location
v2_6_3 -
Show latest stable
- Class:
Psych::TreeBuilder
event_location(start_line, start_column, end_line, end_column)public
No documentation available.
# File ext/psych/lib/psych/tree_builder.rb, line 33
def event_location(start_line, start_column, end_line, end_column)
@start_line = start_line
@start_column = start_column
@end_line = end_line
@end_column = end_column
end