Module: Dlog::NoBenchmark

Extended by:
NoBenchmark
Included in:
NoBenchmark
Defined in:
lib/dlog.rb

Instance Method Summary collapse

Instance Method Details

#debug(*args, &block) ⇒ Object



200
# File 'lib/dlog.rb', line 200

def debug(*args, &block); yield; end

#error(*args, &block) ⇒ Object



197
# File 'lib/dlog.rb', line 197

def error(*args, &block); yield; end

#info(*args, &block) ⇒ Object



199
# File 'lib/dlog.rb', line 199

def info(*args, &block); yield; end

#warn(*args, &block) ⇒ Object



198
# File 'lib/dlog.rb', line 198

def warn(*args, &block); yield; end