bin/pryx in pryx-0.8.1 vs bin/pryx in pryx-0.8.2
- old
+ new
@@ -6,9 +6,10 @@
$0 = 'pry'
require 'pry'
require 'pryx'
+require 'pryx/ap_hack'
# Process command line options and run Pry
opts = Pry::CLI.parse_options
Pry::CLI.start(opts)
- old
+ new