Class | Guard::ReadlineInteractor |
In: |
lib/guard/interactors/readline.rb
|
Parent: | ::Guard::Interactor |
Interactor that used readline for getting the user input. This enables history support and auto-completion, but is broken on OS X without installing `rb-readline` or using JRuby.
Test if the Interactor is available in the current environment?
@param [Boolean] silent true if no error messages should be shown @return [Boolean] the availability status