Method: Mastiff::NullUploader.flush
- Defined in:
- lib/mastiff/null_uploader.rb
permalink .flush ⇒ Object
[View source]
9 10 11 12 |
# File 'lib/mastiff/null_uploader.rb', line 9 def self.flush puts 'Doing nothing' return nil end |
9 10 11 12 |
# File 'lib/mastiff/null_uploader.rb', line 9 def self.flush puts 'Doing nothing' return nil end |