class ChefCore::Actions::InstallChef::MinimumChefVersion::Client14Outdated
Public Class Methods
new(current_version, target_version)
click to toggle source
Calls superclass method
# File lib/chef_core/actions/install_chef/minimum_chef_version.rb, line 79 def initialize(current_version, target_version) super("CHEFINS004", current_version, target_version) end