Method: HTree::Node#make_loc

Defined in:
lib/htree/loc.rb

#make_locObject

creates a location object which points to self.



8
9
10
# File 'lib/htree/loc.rb', line 8

def make_loc
  self.class::Loc.new(nil, nil, self)
end