class Guard::Jobs::PryWrapper

def _create_run_all_command


beginning of a line).
when the command is empty (just pressing enter on the
Creates a command that triggers the `:run_all` action
def _create_run_all_command
  _pry_commands.block_command(/^$/, "Hit enter to run all") do
    Pry.run_command "all"
  end
end