Sha256: 929293cfbed0111d6d77cfeae36d606fd6f8267780382e0521d0dd1d6d36df2d
Contents?: true
Size: 410 Bytes
Versions: 6
Compression:
Stored size: 410 Bytes
Contents
# frozen_string_literal: true 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
6 entries across 6 versions & 5 rubygems