# File lib/dragonfly/job.rb, line 382 def meta=(hash) raise ArgumentError, "meta must be a hash, you tried setting it as #{hash.inspect}" unless hash.is_a?(Hash) @meta = hash end