remove require io/console from find_method.rb

This commit is contained in:
John Mair 2012-04-01 20:09:02 +12:00
parent 053d91051a
commit 5d3ada6b29
1 changed files with 106 additions and 107 deletions

View File

@ -1,5 +1,3 @@
require "io/console"
class Pry
module DefaultCommands
FindMethod = Pry::CommandSet.new do
@ -113,3 +111,4 @@ class Pry
end
end
end