Flowdock
method

set_location

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: TreeBuilder
set_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 122
    def set_location(node)
      set_start_location(node)
      set_end_location(node)
    end
Register or log in to add new notes.