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

Remove broken require

This commit is contained in:
Conrad Irwin 2013-03-30 05:19:57 -07:00
parent 28d0905eb6
commit 9c1f814bf7

View file

@ -1,6 +1,5 @@
class Pry class Pry
class Command::Edit < Pry::ClassCommand class Command::Edit < Pry::ClassCommand
require 'pry/commands/edit/method_patcher'
require 'pry/commands/edit/exception_patcher' require 'pry/commands/edit/exception_patcher'
require 'pry/commands/edit/file_and_line_locator' require 'pry/commands/edit/file_and_line_locator'