bin/pry in pry-0.5.9 vs bin/pry in pry-0.6.0

- old
+ new

@@ -49,10 +49,10 @@ opts.on_tail("-h", "--help", "This message.") do puts opts exit end -end.permute! +end.parse! rcpath = File.expand_path("~/.pryrc") # load ~/.pryrc, if not suppressed with -f option load rcpath if File.exists?(rcpath) && options[:loadrc]