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