Sha256: f1cc89dfdde0e9c74a748be8663e5691184220147229fcbe6d3b09d54bfd5194
Contents?: true
Size: 289 Bytes
Versions: 12
Compression:
Stored size: 289 Bytes
Contents
module Apotomo # Events are created by Apotomo in #fire. They bubble up from their source to root and trigger # event handlers. class Event < Onfire::Event def _dump(depth) raise "You're trying to serialize an instance of Apotomo::Event. Don't do that." end end end
Version data entries
12 entries across 12 versions & 1 rubygems