# File lib/mcollective/agents.rb, line 78
    def class_for_agent(agent)
      "MCollective::Agent::#{agent.capitalize}"
    end