# File lib/parser/ast/node.rb, line 28 def assign_properties(properties) if (location = properties[:location]) location = location.dup if location.frozen? location.node = self @location = location end end