class Prism::InNode

def save_then_loc(repository)

it can be retrieved later.
Save the then_loc location using the given saved source so that
def save_then_loc(repository)
  repository.enter(node_id, :then_loc) unless @then_loc.nil?
end