class Prism::EmbeddedVariableNode

def initialize(operator_loc, variable, location)

def initialize: (Location operator_loc, Node variable, Location location) -> void
def initialize(operator_loc, variable, location)
  @newline = false
  @operator_loc = operator_loc
  @variable = variable
  @location = location
end