Module: Boolean

Included in:
FalseClass, TrueClass
Defined in:
lib/screenplay/datatype-extensions.rb

Overview

The Boolean module is used to mixin in the TrueClass and FalseClass for easy comparison. This way fields can be given the Boolean datatype instead of a TrueClass or a FalseClass.