Sha256: 51658c3d04301ffe151dcc4e03da653db01a5243a463e1c7f3c83210ae65a093
Contents?: true
Size: 335 Bytes
Versions: 9
Compression:
Stored size: 335 Bytes
Contents
module Yodeler module EventType # The event that is dispatch if an Yodeler.dispatch is called on an event type that # does not exist # # @example # Yodeler.dispatch :i_dont_exist, my_payload # # => Yodeler.dispatch :noop, my_payload class NoopEventType < Yodeler::EventType::Base end end end
Version data entries
9 entries across 9 versions & 1 rubygems