Class
Dragonfly::FunctionManager
In:
lib/dragonfly/function_manager.rb
Parent:
Object
Methods
add
call_last
get_registered
inspect
new
register
Included Modules
Loggable
Configurable
Classes and Modules
Class
Dragonfly::FunctionManager::NotDefined
Class
Dragonfly::FunctionManager::UnableToHandle
Attributes
functions
[R]
objects
[R]
Public Class methods
new
()
Public Instance methods
add
(name, callable_obj=nil, &block)
call_last
(meth, *args)
get_registered
(klass)
inspect
()
register
(klass, *args, &block)
[Validate]