module Prism::LoopFlags

Flags for while and until loop nodes.

Constants

BEGIN_MODIFIER

a loop after a begin statement, so the body is executed first before the condition