Class: Pry

Inherits:
Object
  • Object
show all
Defined in:
lib/pry-stackprofiler.rb

Defined Under Namespace

Modules: Stackprofiler

Class Method Summary collapse

Class Method Details

.profile(opts = {}, &blk) ⇒ Object



9
10
11
# File 'lib/pry-stackprofiler.rb', line 9

def self.profile opts={}, &blk
  Pry::Stackprofiler::profile opts, &blk
end