.irbrc@e46ff6e45c96 (annotated)
.irbrc
Sun, 19 Feb 2023 20:00:34 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 19 Feb 2023 20:00:34 -0600
- changeset 1035
- e46ff6e45c96
- parent 1008
-
57b5c867f2a6
- permissions
- -rw-r--r--
Fix space completion
1008
|
1
|
# aliases only effective after v1.4.3
|
|
2
|
IRB.conf[:COMMAND_ALIASES] ||= {}
|
|
3
|
IRB.conf[:COMMAND_ALIASES][:ri] = :help
|