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