class Guard::Jobs::PryWrapper

def _replace_reset_command


instead restarts guard.
Replaces reset defined inside of Pry with a reset that
def _replace_reset_command
  _pry_commands.command "reset", "Reset the Guard to a clean state." do
    output.puts "Guard reset."
    exec "guard"
  end
end