module AwesomePrint::Formater

Extended Modules

Defined in:

awesome_print.cr

Constant Summary

COLORS = [:black, :red, :green] of ::Symbol
MAX_ELEMENTS_PER_ROW = 7

Class Method Summary

Instance Method Summary

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]