# File lib/minitest/unit.rb, line 1101
      def maglev? platform = defined?(RUBY_ENGINE) && RUBY_ENGINE
        "maglev" == platform
      end