class Pfm::CommandsMap::CommandSpec

def instantiate

def instantiate
  require require_path
  command_class = Pfm::Command.const_get(constant_name)
  command_class.new
end