Registry / utility / observer-int

observer-int

JSON →
library0.1.0rbrubygemsunverified

An Observer library interface providing a reliable, integrable, and endurable observer pattern implementation.

gem install observer_int
INSTALL
IMPORT
SIG · OBSERVER-INT
O
observer-int
utilityrubyv0.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.

ObserverInt
require 'observer_int'

Create an observable subject and attach an observer

require 'observer_int' class Subject include ObserverInt::Observable end subject = Subject.new subject.add_observer(->(event) { puts event })
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
observer-int — gem install observer-int · libregistry