module WannabeBool::String
Direct including types
Defined in:
wannabe_bool/string.crConstant Summary
-
FALSES =
["f", "false", "off", "n", "no", "0", "0.0"] of ::String
-
TRUES =
["t", "true", "on", "y", "yes", "1", "1.0"] of ::String