# File lib/mario/platform.rb, line 91
      def forced=(klass)
        @@current=nil
        @@forced=klass
        logger.warn("Mario::Platform.target_os will now report as '\#{target_os}' and \#{klass} will be used for all functionality including operating system checks, platform blocks, and hat based functionality\n")
      end