class Pry

Public Class Methods

profile(opts={}) click to toggle source
# File lib/pry-stackprofiler.rb, line 9
def self.profile opts={}, &blk
  Pry::Stackprofiler::profile opts, &blk
end