📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:31:19
📂
/ (Root)
/
opt
/
alt
/
ruby33
/
share
/
ruby
/
irb
/
command
📍 /opt/alt/ruby33/share/ruby/irb/command
🔄 Refresh
✏️
Editing: step.rb
Read Only
# frozen_string_literal: true require_relative "debug" module IRB # :stopdoc: module Command class Step < DebugCommand def execute(arg) execute_debug_command(do_cmds: "step #{arg}") end end end # :startdoc: end
💾 Save Changes
❌ Cancel