module Tryouts::ClassMethods
def debug(msg, indent: 0)
def debug(msg, indent: 0) return unless debug? prefix = (' ' * indent) + Console.color(:cyan, 'DEBUG') warn "#{prefix} #{msg}" end
def debug(msg, indent: 0) return unless debug? prefix = (' ' * indent) + Console.color(:cyan, 'DEBUG') warn "#{prefix} #{msg}" end