bin/pryx in pryx-0.8.2 vs bin/pryx in pryx-0.8.3

- old
+ new

@@ -5,11 +5,10 @@ # MIT license $0 = 'pry' require 'pry' -require 'pryx' -require 'pryx/ap_hack' +require 'pryx/pryx_cli' # Process command line options and run Pry opts = Pry::CLI.parse_options Pry::CLI.start(opts)