FunctionManager
# File lib/dragonfly/encoder.rb, line 4 def add(name=:encode, callable_obj=nil, &block) super(name, callable_obj, &block) end
# File lib/dragonfly/encoder.rb, line 8 def encode(temp_object, *args) call_last(:encode, temp_object, *args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.