# File lib/thor/error.rb, line 39
      def corrections
        @corrections ||= spell_checker.correct(error.command).map(&:inspect)
      end