Sha256: a10c2a4a84d1fe50257256a5f3cffed451090609f555065a58ec74010621348f
Contents?: true
Size: 166 Bytes
Versions: 1
Compression:
Stored size: 166 Bytes
Contents
class Test < Observed::Observer plugin_name 'test' def observe system.report(tag, {foo:1}) end end observe 'foo', via: 'test' report /foo/, via: 'stdout'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
observed-0.1.1 | examples/observed.rb |