lib/arli/cli/runner.rb in arli-0.9.0 vs lib/arli/cli/runner.rb in arli-1.0.0

- old
+ new

@@ -1,6 +1,7 @@ +require 'arli' require 'arli/cli/app' -require 'pp' + module Arli module CLI # For the reasons this file is the way it is, please refer to # https://github.com/erikhuda/thor/wiki/Integrating-with-Aruba-In-Process-Runs class Runner