mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
whereami?!?!?!?! fix #1597
This commit is contained in:
parent
3743228846
commit
beaad80d0c
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
### HEAD
|
||||
|
||||
* Add alias 'whereami[?!]+' for 'whereami' command. ([#1597](https://github.com/pry/pry/pull/1597))
|
||||
* Improve Ruby 2.4 support ([#1611](https://github.com/pry/pry/pull/1611)):
|
||||
* Deprecated constants are hidden from `ls` output by default, use the `-d` switch to see them.
|
||||
* Fix warnings that originate in Pry while using the repl.
|
||||
|
|
|
@ -193,4 +193,5 @@ class Pry
|
|||
|
||||
Pry::Commands.add_command(Pry::Command::Whereami)
|
||||
Pry::Commands.alias_command '@', 'whereami'
|
||||
Pry::Commands.alias_command /whereami[!?]+/, 'whereami'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue