This is needed because we need a way of overriding the methods added to Job objects by the analyser and by the job shortcuts like ‘thumb’, etc. If we had traits/classboxes in ruby maybe this wouldn’t be needed Think of it as like a normal instance method but with a css-like !important after it
# File lib/dragonfly/job.rb, line 206 def format apply meta[:format] || (ext.to_sym if ext && app.trust_file_extensions) || analyse(:format) end
Generated with the Darkfish Rdoc Generator 2.