6 7 8
# File 'lib/playbook/props/boolean.rb', line 6 def validate(value) value === true || value === false end