module Comandante::Macros

Direct including types

Defined in:

comandante/macros.cr

Macro Summary

Macro Detail

macro as_singleton #

use inside a class to make it a singleton


[View source]
macro debug(msg) #

debug macro that doesn't get evaluated in :release mode


[View source]
macro debug(msg, context) #

[View source]
macro debug_pretty(data) #

debug macro that doesn't get evaluated in :release mode


[View source]
macro debug_pretty(data, context) #

[View source]