class Prism::InNode

def initialize(source, node_id, location, flags, pattern, statements, in_loc, then_loc)

Initialize a new InNode node.
def initialize(source, node_id, location, flags, pattern, statements, in_loc, then_loc)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @pattern = pattern
  @statements = statements
  @in_loc = in_loc
  @then_loc = then_loc
end