# File lib/dragonfly/job.rb, line 239 def analyse(method, *args) unless result raise NothingToAnalyse, "Can't analyse because temp object has not been initialized. Need to fetch first?" end analyser.analyse(result, method, *args) end