module Take class Unit module AST class After < Node def after? true end end end end end