diff options
Diffstat (limited to 'lib/irb/command/exit.rb')
| -rw-r--r-- | lib/irb/command/exit.rb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/irb/command/exit.rb b/lib/irb/command/exit.rb deleted file mode 100644 index 3109ec16e3..0000000000 --- a/lib/irb/command/exit.rb +++ /dev/null @@ -1,20 +0,0 @@ -# frozen_string_literal: true - -module IRB - # :stopdoc: - - module Command - class Exit < Base - category "IRB" - description "Exit the current irb session." - - def execute(*) - IRB.irb_exit - rescue UncaughtThrowError - Kernel.exit - end - end - end - - # :startdoc: -end |
