Class: Dragonfly::Generator
- Inherits:
-
FunctionManager
- Object
- FunctionManager
- Dragonfly::Generator
- Defined in:
- lib/dragonfly/generator.rb
Instance Attribute Summary
Attributes inherited from FunctionManager
Instance Method Summary collapse
Methods inherited from FunctionManager
#add, #call_last, #get_registered, #initialize, #inspect, #register
Constructor Details
This class inherits a constructor from Dragonfly::FunctionManager
Instance Method Details
#generate(method, *args) ⇒ Object
4 5 6 |
# File 'lib/dragonfly/generator.rb', line 4 def generate(method, *args) call_last(method, *args) end |