Module: Rack::PerftoolsProfiler::Utils

Included in:
ProfileOnce, ReturnPasswordError, StartProfiling
Defined in:
lib/rack/perftools_profiler/utils.rb

Instance Method Summary collapse

Instance Method Details

#let(x) {|x| ... } ⇒ Object

Yields:

  • (x)


5
6
7
# File 'lib/rack/perftools_profiler/utils.rb', line 5

def let(x)
  yield x
end