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