Sha256: b321924552c3d4c403feb609af959de8ddbacbb6e10068e41ee26d48ced9282d
Contents?: true
Size: 269 Bytes
Versions: 18
Compression:
Stored size: 269 Bytes
Contents
module PryStackExplorer module FrameManagerHack def initialize(bindings, _pry) super self.bindings = bindings.reject do |b| b.source_location[0].match? %r{/pryx/pry_hack.rb} end end end FrameManager.prepend FrameManagerHack end
Version data entries
18 entries across 18 versions & 1 rubygems