Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
awesome_print
v0.1.15
Top Level Namespace
AwesomePrint
Formater
Built with Crystal 1.9.2
2023-10-08 12:36:03 UTC
module
AwesomePrint::Formater
Extended Modules
AwesomePrint::Formater
Defined in:
awesome_print.cr
Constant Summary
COLORS
=
[
:black
,
:red
,
:green
]
of
::
Symbol
MAX_ELEMENTS_PER_ROW
=
7
Class Method Summary
.coloring
: Bool
.coloring=
(coloring : Bool)
Instance Method Summary
#array
(vars)
#char
(v)
#float
(v)
#integer
(v)
#selector
(v)
#string
(v)
#symbol
(v)
Class Method Detail
def self.
coloring
: Bool
#
[
View source
]
def self.
coloring=
(coloring : Bool)
#
[
View source
]
Instance Method Detail
def
array
(vars)
#
[
View source
]
def
char
(v)
#
[
View source
]
def
float
(v)
#
[
View source
]
def
integer
(v)
#
[
View source
]
def
selector
(v)
#
[
View source
]
def
string
(v)
#
[
View source
]
def
symbol
(v)
#
[
View source
]