# File lib/platform.rb, line 96
   def self.description
     {
       :os => OS,
       :impl => IMPL,
       :arch => ARCH
     }
   end