Registry / utility / observer

observer

JSON →
library0.1.2rbrubygemsunverified

Implementation of the Observer design pattern as a Ruby mixin.

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

Observable
require 'observer'

Use the Observer pattern in your class

require 'observer' class MyObservable include Observable end obj = MyObservable.new obj.add_observer(self)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
observer — gem install observer · libregistry