lib/irb/extend-command.rb in irb-1.9.1 vs lib/irb/extend-command.rb in irb-1.10.0
- old
+ new
@@ -189,9 +189,15 @@
[:whereami, NO_OVERRIDE],
],
[
:irb_show_cmds, :ShowCmds, "cmd/show_cmds",
[:show_cmds, NO_OVERRIDE],
+ ],
+
+ [
+ :irb_history, :History, "cmd/history",
+ [:history, NO_OVERRIDE],
+ [:hist, NO_OVERRIDE],
]
]
@@commands = []