class ChefCLI::CommandsMap::CommandSpec

Public Instance Methods

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