From 9c1f814bf7a40dec055026f9b0d50b0a74a24887 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Sat, 30 Mar 2013 05:19:57 -0700 Subject: [PATCH] Remove broken require --- lib/pry/commands/edit.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pry/commands/edit.rb b/lib/pry/commands/edit.rb index 08ccd515..7969c01d 100644 --- a/lib/pry/commands/edit.rb +++ b/lib/pry/commands/edit.rb @@ -1,6 +1,5 @@ class Pry class Command::Edit < Pry::ClassCommand - require 'pry/commands/edit/method_patcher' require 'pry/commands/edit/exception_patcher' require 'pry/commands/edit/file_and_line_locator'