summaryrefslogtreecommitdiff
path: root/lib/pry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pry.rb')
-rw-r--r--lib/pry.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pry.rb b/lib/pry.rb
index 89a456a5..284a6679 100644
--- a/lib/pry.rb
+++ b/lib/pry.rb
@@ -122,10 +122,6 @@ class Pry
end
end
- # Store the current working directory. This allows show-source etc. to work if
- # your process has changed directory since boot. [Issue #675]
- INITIAL_PWD = Dir.pwd
-
# This is to keep from breaking under Rails 3.2 for people who are doing that
# IRB = Pry thing.
module ExtendCommandBundle; end