Exception: Refile::Confirm

Inherits:
StandardError
  • Object
show all
Defined in:
lib/refile.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



11
12
13
14
# File 'lib/refile.rb', line 11

def message
  "are you sure? this will remove all files in the backend, call as \
  `clear!(:confirm)` if you're sure you want to do this"
end