# File lib/delayed/psych_ext.rb, line 4 def encode_with(coder) coder.map = { 'object' => object, 'method_name' => method_name, 'args' => args } end