Sha256: 790144c1a006f19b336312396425476d244b1210521cfb6473f147d2fe6e7223
Contents?: true
Size: 260 Bytes
Versions: 76
Compression:
Stored size: 260 Bytes
Contents
module Dragonfly class Encoder < FunctionManager def add(name=:encode, callable_obj=nil, &block) super(name, callable_obj, &block) end def encode(temp_object, *args) call_last(:encode, temp_object, *args) end end end
Version data entries
76 entries across 76 versions & 4 rubygems