class Prism::ClassVariableWriteNode
def operator_loc
@@foo = :bar
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