pry--pry/lib
John Mair 586ccfa50f unbreak pry executable
Options passed to pry executable, i.e '-h'  were not removed from ARGV
causing pry to attempt to open the "-h" file to load it through the REPL.

Fixed by removing flags from ARGV during option processing.
2012-06-20 14:14:37 +12:00
..
pry unbreak pry executable 2012-06-20 14:14:37 +12:00
pry.rb Implement `cd -` command 2012-06-19 16:43:46 +02:00