Class: Extension::Tasks::ExecuteCommands::OutdatedExtensionDetection::OutdatedCheck
- Inherits:
-
Object
- Object
- Extension::Tasks::ExecuteCommands::OutdatedExtensionDetection::OutdatedCheck
- 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
Instance Method Details
#call ⇒ Object
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 |