require 'thor' require 'threat_agent' module ThreatAgent module Tasks # A namespace for Passision Thor tasks # # @author Erran Carey class Passision < Thor end end end