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