# File lib/mario/platform.rb, line 85
      def check(klass)
        target_os.downcase.include?(klass.target)
      end