class SyntaxTree::StringContent
def copy(parts: nil, location: nil)
def copy(parts: nil, location: nil) StringContent.new( parts: parts || self.parts, location: location || self.location ) end
def copy(parts: nil, location: nil) StringContent.new( parts: parts || self.parts, location: location || self.location ) end