class Refile::Confirm

@api private

Public Instance Methods

message() click to toggle source
# File lib/refile.rb, line 31
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