1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Command::Whereami: add ‘@’ as an alias for the ‘whereami’

This commit is contained in:
Kyrylo Silin 2013-04-21 16:17:19 +03:00
parent 494208f7ca
commit b888d557e9

View file

@ -186,4 +186,5 @@ class Pry
end
Pry::Commands.add_command(Pry::Command::Whereami)
Pry::Commands.alias_command '@', 'whereami'
end