Registry / utility / hooker

hooker

JSON →
library1.1.0rbrubygemsunverified

Hooker provides a registry of hooks or extension points for decoupled runtime configuration using concise Ruby syntax.

gem install hooker
INSTALL
IMPORT
SIG · HOOKER
H
hooker
utilityrubyv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hooker
require 'hooker'

Register and run a hook with an argument.

require 'hooker' Hooker.register(:my_hook) { |arg| puts arg } Hooker.run(:my_hook, 'Hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
hooker — gem install hooker · libregistry