class Object
Public Instance Methods
process()
click to toggle source
# File lib/byebug/skipper/pry.rb, line 39 def process PryByebug.check_file_context(target) # This comes from pry-byebug, and we need to monkey patch it (see below) # to get these custom command names to work properly. breakout_navigation(command_name) end