From a7c85d7882955a5ffd15837cab0905dff3941ba7 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 27 Mar 2013 23:12:56 -0700 Subject: [PATCH] Move MethodPatcher to Method::Patcher --- lib/pry/{commands/edit/method_patcher.rb => method/patcher.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/pry/{commands/edit/method_patcher.rb => method/patcher.rb} (100%) diff --git a/lib/pry/commands/edit/method_patcher.rb b/lib/pry/method/patcher.rb similarity index 100% rename from lib/pry/commands/edit/method_patcher.rb rename to lib/pry/method/patcher.rb