class Prism::MultiWriteNode
def operator_loc
a, b, c = 1, 2, 3
The location of the operator.
def operator_loc location = @operator_loc return location if location.is_a?(Location) @operator_loc = Location.new(source, location >> 32, location & 0xFFFFFFFF) end