Flowdock
v6.1.3.1 - Show latest stable - 0 notes - Superclass: Object

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

CompleteHook = Struct.new(:hook) do # :nodoc: def before(target) hook_state = target.send(:hook_state) if hook_state.key?(hook) hook.complete hook_state[hook] end end alias after before end

RunHook = Struct.new(:hook) do # :nodoc: def before(target) hook_state = target.send(:hook_state) hook_state[hook] = hook.run end end

Null = Object.new # :nodoc:

Attributes

[RW] active
Show files where this class is defined (1 file)
Register or log in to add new notes.