class Prism::PinnedVariableNode
def initialize(source, node_id, location, flags, variable, operator_loc)
def initialize(source, node_id, location, flags, variable, operator_loc) @source = source @node_id = node_id @location = location @flags = flags @variable = variable @operator_loc = operator_loc end