struct

Bool

Inherits Lucky::AllowedInTags < Value < Object

Bool has only two possible values: true and false. They are constructed using these literals:

true  # A Bool that is true
false # A Bool that is false

See Bool literals in the language reference.

Class methods

adapter
Source

Instance methods

blank?
Source
blank_for_validates_required?
Source

Nested types