Sha256: 7a421c974ff80965e230415fa7bb80c8ea9cea049d991fa4def23762fb43ec8c
Contents?: true
Size: 339 Bytes
Versions: 22
Compression:
Stored size: 339 Bytes
Contents
module TestIds class ShutdownHandler include Origen::PersistentCallbacks def on_origen_shutdown TestIds.send(:on_origen_shutdown) end end # Instantiate an instance of this class immediately when this file is loaded, this object will # then listen for the remainder of the Origen thread ShutdownHandler.new end
Version data entries
22 entries across 22 versions & 1 rubygems