📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 00:40:56
📂
/ (Root)
/
opt
/
alt
/
ruby32
/
share
/
ruby
/
irb
/
cmd
📍 /opt/alt/ruby32/share/ruby/irb/cmd
🔄 Refresh
✏️
Editing: continue.rb
Read Only
# frozen_string_literal: true require_relative "debug" module IRB # :stopdoc: module ExtendCommand class Continue < DebugCommand def execute(*args) super(do_cmds: ["continue", *args].join(" ")) end end end # :startdoc: end
💾 Save Changes
❌ Cancel