class Guard::Internals::Debugging

def _trace(mod, meth, &block)

def _trace(mod, meth, &block)
  Tracing.trace(mod, meth, &block)
end