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



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

def report(_)
end

#startObject



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

def start
end