Variable Ruby Boolean

boolFalse = false
# or
boolTrue = true
Harrison Herbert