Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Dragonfly::Encoder

Public Instance Methods

add(name=:encode, callable_obj=nil, &block) click to toggle source
# File lib/dragonfly/encoder.rb, line 4
def add(name=:encode, callable_obj=nil, &block)
  super(name, callable_obj, &block)
end
encode(temp_object, *args) click to toggle source
# 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.