class Pfm::CommandsMap

def have_command?(name)

def have_command?(name)
  command_specs.key?(name)
end