class ChefDK::CommandsMap::CommandSpec

Public Instance Methods

instantiate() click to toggle source
# File lib/chef-dk/commands_map.rb, line 61
def instantiate
  require require_path
  command_class = ChefDK::Command.const_get(constant_name)
  command_class.new
end