class RuboCop::AST::Node

def post_condition_loop?

def post_condition_loop?
  POST_CONDITION_LOOP_TYPES.include?(type)
end