class Prism::FindPatternNode
def save_closing_loc(repository)
Save the closing_loc location using the given saved source so that
def save_closing_loc(repository) repository.enter(node_id, :closing_loc) unless @closing_loc.nil? end
def save_closing_loc(repository) repository.enter(node_id, :closing_loc) unless @closing_loc.nil? end