class Falcon::Media
def flush_deletes
def flush_deletes profiles.each do |profile_name, profile| filepath = path(profile) FileUtils.rm(filepath, :force => true) if filepath && File.exists?(filepath) end end
def flush_deletes profiles.each do |profile_name, profile| filepath = path(profile) FileUtils.rm(filepath, :force => true) if filepath && File.exists?(filepath) end end