Module: ShopifyCLI::Core::Finalize

Defined in:
lib/shopify_cli/core/finalize.rb

Overview

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.

Class Method Summary collapse

Class Method Details

.deliver!Object



8
9
# File 'lib/shopify_cli/core/finalize.rb', line 8

def deliver!
end