# File lib/guard/ui.rb, line 83 def clear(options = {}) if ::Guard.options[:clear] && (@clearable || options[:force]) @clearable = false system('clear;') end end