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