# File lib/guard/interactors/readline.rb, line 89 def prompt ::Guard.listener.paused? ? 'p> ' : '> ' end