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:
parent
2b416705e5
commit
03cdaf0c7e
1 changed files with 2 additions and 2 deletions
|
@ -239,8 +239,8 @@ class Pry
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
alias_command "show-method", "show-source"
|
alias_command "show-method", "show-source", :shellwords => false
|
||||||
alias_command "$", "show-source"
|
alias_command "$", "show-source", :shellwords => false
|
||||||
|
|
||||||
command "show-command", "Show the source for CMD." do |*args|
|
command "show-command", "Show the source for CMD." do |*args|
|
||||||
target = target()
|
target = target()
|
||||||
|
|
Loading…
Reference in a new issue