📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 00:21:34
📂
/ (Root)
/
opt
/
alt
/
ruby33
/
share
/
ruby
/
irb
/
command
📍 /opt/alt/ruby33/share/ruby/irb/command
🔄 Refresh
✏️
Editing: force_exit.rb
Read Only
# frozen_string_literal: true module IRB # :stopdoc: module Command class ForceExit < Base category "IRB" description "Exit the current process." def execute(_arg) throw :IRB_EXIT, true end end end # :startdoc: end
💾 Save Changes
❌ Cancel