struct Bool

Overview

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.

Defined in:

tabkv/from_tsv.cr
tabkv/to_tsv.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

to_tsv to_tsv

Class methods inherited from class Object

from_tsv(rows : Array(String)) from_tsv

Class Method Detail

def self.from_tsv(value : String) #

[View source]

Instance Method Detail

def to_tsv #

[View source]