Class: Extension::Tasks::ExecuteCommands::OutdatedExtensionDetection::OutdatedCheck

Inherits:
Object
  • Object
show all
Includes:
ShopifyCLI::MethodObject
Defined in:
lib/project_types/extension/tasks/execute_commands/outdated_extension_detection.rb

Instance Method Summary collapse

Methods included from ShopifyCLI::MethodObject

included, #to_proc

Instance Method Details

#callObject



12
13
14
15
# File 'lib/project_types/extension/tasks/execute_commands/outdated_extension_detection.rb', line 12

def call
  return false if valid?(parse_package)
  context.abort(upgrade_instructions)
end