summaryrefslogtreecommitdiff
path: root/lib/pry/commands/cat.rb
diff options
context:
space:
mode:
authorRobert Gleeson <rob@flowof.info>2014-03-25 16:09:10 +0100
committerRobert Gleeson <rob@flowof.info>2014-03-25 16:13:05 +0100
commitdc511ab30f8169909e81fa016e969d8cb9be7b92 (patch)
tree6d3c15cce32ee66d5a70f1a71abad75ea6266e10 /lib/pry/commands/cat.rb
parent749ce9c8311a7a28bc8bc58ba17416301d438dff (diff)
downloadpry-dc511ab30f8169909e81fa016e969d8cb9be7b92.tar.gz
remove all `Bond` references from pry. rel #1180
Diffstat (limited to 'lib/pry/commands/cat.rb')
-rw-r--r--lib/pry/commands/cat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/commands/cat.rb b/lib/pry/commands/cat.rb
index 47540f90..357b8b12 100644
--- a/lib/pry/commands/cat.rb
+++ b/lib/pry/commands/cat.rb
@@ -45,7 +45,7 @@ class Pry
end
def complete(search)
- super | Bond::Rc.files(search.split(' ').last || '') | load_path_completions
+ super | load_path_completions
end
def load_path_completions