Sha256: a8ac7d2215f89c5f3ef4abc409c077fe91b065c7d5caf50fad4e54319cd20f84
Contents?: true
Size: 209 Bytes
Versions: 23
Compression:
Stored size: 209 Bytes
Contents
# An example publisher that posts a message to the queue that should raise an error. class ErrorPublisher < Refinery::Publisher def execute publish_if_empty({'text' => 'fire an error, please'}) end end
Version data entries
23 entries across 23 versions & 2 rubygems