Flowdock
method

event_location

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: TreeBuilder
event_location(start_line, start_column, end_line, end_column) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.