lib/stowaway/runner.rb in stowaway-0.0.6 vs lib/stowaway/runner.rb in stowaway-0.1.1

- old
+ new

@@ -18,9 +18,10 @@ fs = Stowaway::Sweeper.new files respond fs.sweep @options.path end private + def respond(not_found) if not_found.empty? print "Zero stowaways found. You run a tight ship.\n\n" else print "\nYou have #{not_found.length} stowaway(s)\n"