Class: Rasti::Types::Boolean

Inherits:
Object
  • Object
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