Flowdock
method

set_end_location

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: TreeBuilder
set_end_location(node) private

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 132
    def set_end_location(node)
      node.end_line   = @end_line
      node.end_column = @end_column
    end
Register or log in to add new notes.