class Prism::EmbeddedStatementsNode
def initialize(source, node_id, location, flags, opening_loc, statements, closing_loc)
def initialize(source, node_id, location, flags, opening_loc, statements, closing_loc) @source = source @node_id = node_id @location = location @flags = flags @opening_loc = opening_loc @statements = statements @closing_loc = closing_loc end