module Guard::UI

def clearable


Allow the screen to be cleared again.
def clearable
  @clearable = true
end