class Prism::InNode
def initialize(pattern, statements, in_loc, then_loc, location)
def initialize(pattern, statements, in_loc, then_loc, location) @newline = false @pattern = pattern @statements = statements @in_loc = in_loc @then_loc = then_loc @location = location end