diff options
Diffstat (limited to 'lib/irb/command.rb')
-rw-r--r-- | lib/irb/command.rb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/irb/command.rb b/lib/irb/command.rb index 4dc2994ba9..ef93049237 100644 --- a/lib/irb/command.rb +++ b/lib/irb/command.rb @@ -196,7 +196,12 @@ module IRB # :nodoc: :irb_history, :History, "command/history", [:history, NO_OVERRIDE], [:hist, NO_OVERRIDE], - ] + ], + + [ + :irb_disable_irb, :DisableIrb, "command/disable_irb", + [:disable_irb, NO_OVERRIDE], + ], ] |