class Prism::CaseNode

Represents the use of a case statement.

case true
when false
end
^^^^^^^^^^