Module: Byebug::Helpers::FrameHelper
- Included in:
- DownCommand, FrameCommand, UpCommand, WhereCommand
- Defined in:
- lib/byebug/helpers/frame.rb
Overview
Utilities to assist frame navigation
Instance Method Summary collapse
Instance Method Details
#jump_frames(steps) ⇒ Object
16 17 18 |
# File 'lib/byebug/helpers/frame.rb', line 16 def jump_frames(steps) adjust_frame(navigate_to_frame(steps)) end |