From 03cdaf0c7e5d9f6605163bacabb0863eaee3bd68 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 10 Apr 2012 22:40:07 -0700 Subject: [PATCH] Fix test in hackiest possible way --- lib/pry/default_commands/introspection.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pry/default_commands/introspection.rb b/lib/pry/default_commands/introspection.rb index da00befe..25268492 100644 --- a/lib/pry/default_commands/introspection.rb +++ b/lib/pry/default_commands/introspection.rb @@ -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()