enum CB::Format
Defined in:
cb/format.crEnum Members
-
Default =
0
-
Header =
1
-
JSON =
2
-
List =
3
-
Table =
4
-
Tree =
5
Instance Method Summary
- #default?
- #header?
- #json?
- #list?
- #table?
-
#to_s(io : IO)
Appends a
String
representation of this enum member to the given io. - #tree?
Instance Method Detail
Description copied from struct Enum
Appends a String
representation of this enum member to the given io.
See also: #to_s
.