summaryrefslogtreecommitdiff
path: root/bin/pry
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-02-22 02:03:42 +1300
committerJohn Mair <jrmair@gmail.com>2011-02-22 02:03:42 +1300
commitc0d12d169327ba4c24675aacb7ba8dc6b4cd205b (patch)
tree80e48690a561a09e62d38efe09e10f7b0559ef08 /bin/pry
parentc80f3478616bf12dff49bd8ce8d88c6766c04959 (diff)
downloadpry-c0d12d169327ba4c24675aacb7ba8dc6b4cd205b.tar.gz
version 0.6.0, fixed file require ordering issue
Diffstat (limited to 'bin/pry')
-rw-r--r--bin/pry2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pry b/bin/pry
index b231b009..22207c47 100644
--- a/bin/pry
+++ b/bin/pry
@@ -51,7 +51,7 @@ See: `https://github.com/banister` for more information.
puts opts
exit
end
-end.permute!
+end.parse!
rcpath = File.expand_path("~/.pryrc")