class Prism::AndNode
def initialize(left, right, operator_loc, location)
def initialize(left, right, operator_loc, location) @newline = false @left = left @right = right @operator_loc = operator_loc @location = location end
def initialize(left, right, operator_loc, location) @newline = false @left = left @right = right @operator_loc = operator_loc @location = location end