Method: HookR::Hooks::ClassMethods#hooks

Defined in:
lib/hookr.rb

#hooksObject

Returns the hooks exposed by this class



67
68
69
# File 'lib/hookr.rb', line 67

def hooks
  result = fetch_or_create_hooks.dup.freeze
end