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

Fix test in hackiest possible way

This commit is contained in:
Conrad Irwin 2012-04-10 22:40:07 -07:00
parent 2b416705e5
commit 03cdaf0c7e

View file

@ -239,8 +239,8 @@ class Pry
end
end
alias_command "show-method", "show-source"
alias_command "$", "show-source"
alias_command "show-method", "show-source", :shellwords => false
alias_command "$", "show-source", :shellwords => false
command "show-command", "Show the source for CMD." do |*args|
target = target()