Sha256: d16a051b163234b003052245e368d8f72c32bc8902b51afbd67cd74d7497837c
Contents?: true
Size: 396 Bytes
Versions: 57
Compression:
Stored size: 396 Bytes
Contents
module ShopifyCLI module Core # This class is just a dummy to make sure that we don't trigger warnings on the first time the updated code runs. # The old code would try to call the Finalizer after it is done updating, which would then trigger an autoload of # this class and fail. module Finalize class << self def deliver! end end end end end
Version data entries
57 entries across 57 versions & 1 rubygems