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