event_location(start_line, start_column, end_line, end_column)
Called before each event with line/column information.
# File ext/psych/lib/psych/handler.rb, line 246 def event_location(start_line, start_column, end_line, end_column) end