class Prism::PinnedExpressionNode

def save_rparen_loc(repository)

it can be retrieved later.
Save the rparen_loc location using the given saved source so that
def save_rparen_loc(repository)
  repository.enter(node_id, :rparen_loc)
end