# File lib/guard/interactor.rb, line 125 def replace_reset_command Pry.commands.command "reset", "Reset the Guard to a clean state." do output.puts "Guard reset." exec "guard" end end