Class: Kitchen::Terraform::VersionVerifierStrategy::Supported

Inherits:
Object
  • Object
show all
Defined in:
lib/kitchen/terraform/version_verifier_strategy/supported.rb

Overview

Supported is the class of objects which provide a strategy for supported Terraform client versions.

Instance Method Summary collapse

Instance Method Details

#callself

#call takes no action.

Returns:

  • (self)


27
28
29
# File 'lib/kitchen/terraform/version_verifier_strategy/supported.rb', line 27

def call
  self
end