Class: Pry
- Inherits:
-
Object
- Object
- Pry
- Defined in:
- lib/pry-stackprofiler.rb
Class Method Summary collapse
Class Method Details
.profile(opts = {}, &blk) ⇒ Object
45 46 47 |
# File 'lib/pry-stackprofiler.rb', line 45 def self.profile opts={}, &blk PryStackprofiler::profile opts, &blk end |