3 4 5 6
# File 'lib/noticed/coder.rb', line 3 def self.load(data) return if data.nil? ActiveJob::Arguments.send(:deserialize_argument, data) end