Sha256: a1306b5f9e34701f3623e72b803b14674611d0764f0763803452b49eb598d584
Contents?: true
Size: 379 Bytes
Versions: 15
Compression:
Stored size: 379 Bytes
Contents
module PryByebug module Helpers # # Helpers to aid breaking out of the REPL loop # module Navigation # # Breaks out of the REPL loop and signals tracer # def breakout_navigation(action, options = {}) _pry_.binding_stack.clear throw :breakout_nav, action: action, options: options, pry: _pry_ end end end end
Version data entries
15 entries across 14 versions & 4 rubygems