Libraries
»
rasti-types
(2.0.1)
»
Index (B)
»
Rasti
»
Types
»
Boolean
Class: Rasti::Types::Boolean
Inherits:
Object
Object
Rasti::Types::Boolean
show all
Extended by:
Castable
Defined in:
lib/rasti/types/boolean.rb
Constant Summary
collapse
TRUE_FORMAT =
/
^t(rue)?$
/i
FALSE_FORMAT =
/
^f(alse)?$
/i
Method Summary
Methods included from
Castable
cast