Module: Extension::Tasks::ExecuteCommands::OutdatedExtensionDetection
- Defined in:
- lib/project_types/extension/tasks/execute_commands/outdated_extension_detection.rb
Defined Under Namespace
Classes: OutdatedCheck
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
50 51 52 53 |
# File 'lib/project_types/extension/tasks/execute_commands/outdated_extension_detection.rb', line 50 def call(*) return super unless Models::DevelopmentServerRequirements.supported?(type) OutdatedCheck.call(type: type, context: context).then { super } end |