Module: Prism::LoopFlags

Defined in:
lib/prism/node.rb

Overview

Flags for while and until loop nodes.

Constant Summary collapse

BEGIN_MODIFIER =

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

1 << 2