Module: Busted::Profiler

Extended by:
Profiler
Included in:
Profiler
Defined in:
lib/busted/profiler.rb,
lib/busted/profiler/default.rb,
lib/busted/profiler/sandwich.rb

Defined Under Namespace

Classes: Default, Sandwich

Instance Method Summary collapse

Instance Method Details

#run(options, &block) ⇒ Object



13
14
15
# File 'lib/busted/profiler.rb', line 13

def run(options, &block)
  klass(options.fetch :profiler, :default).run(options, &block)
end