module WannabeBool::String

Direct including types

Defined in:

wannabe_bool/string.cr

Constant Summary

FALSES = ["f", "false", "off", "n", "no", "0", "0.0"] of ::String
TRUES = ["t", "true", "on", "y", "yes", "1", "1.0"] of ::String

Instance Method Summary

Instance Method Detail

def to_b #

[View source]