class Prism::InstanceVariableWriteNode
def initialize(name, name_loc, value, operator_loc, location)
def initialize(name, name_loc, value, operator_loc, location) @name = name @name_loc = name_loc @value = value @operator_loc = operator_loc @location = location end