Sha256: 54869845a420180d056a1f3dab582ec6d50a3b63ccb45283ec6e95335b553d84
Contents?: true
Size: 133 Bytes
Versions: 7
Compression:
Stored size: 133 Bytes
Contents
class DestroyShowJob < Struct.new(:show) def initialize(show) @show = show end def perform @show.destroy end end
Version data entries
7 entries across 7 versions & 1 rubygems