class Prism::InstanceVariableWriteNode
def operator_loc
@x = y
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