method

event_location

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