class Prism::InNode
def save_then_loc(repository)
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
def save_then_loc(repository) repository.enter(node_id, :then_loc) unless @then_loc.nil? end