# File lib/god/system/process.rb, line 5
      def self.fetch_system_poller
        @@poller ||= if SlashProcPoller.usable?
                       SlashProcPoller
                     else
                       PortablePoller
                     end
      end