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