# File lib/minitest/unit.rb, line 1005
      def jruby? platform = RUBY_PLATFORM
        "java" == platform
      end