lib/mango/runner.rb in mango-0.8.0 vs lib/mango/runner.rb in mango-0.9.0

- old
+ new

@@ -1,8 +1,8 @@ require "thor" module Mango - # `Mango::Runner` is a `Thor` class and is used in combination with the `exec/mango` executable. + # `Mango::Runner` is a `Thor` class and is used in combination with the `bin/mango` executable. # # @see https://github.com/wycats/thor/wiki # class Runner < Thor include Thor::Actions