Class: Middleman::Profiling::NullProfiler

Inherits:
Object
  • Object
show all
Defined in:
lib/middleman-core/profiling.rb

Overview

A profiler that does nothing. The default.

Instance Method Summary collapse

Instance Method Details

#report(_) ⇒ Object



25
# File 'lib/middleman-core/profiling.rb', line 25

def report(_); end

#startObject



23
# File 'lib/middleman-core/profiling.rb', line 23

def start; end