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