mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
remove require io/console from find_method.rb
This commit is contained in:
parent
053d91051a
commit
5d3ada6b29
1 changed files with 106 additions and 107 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue