Method: Mastiff::NullUploader.flush

Defined in:
lib/mastiff/null_uploader.rb

.flushObject

[View source]

9
10
11
12
# File 'lib/mastiff/null_uploader.rb', line 9

def self.flush
  puts 'Doing nothing'
  return nil
end