# File lib/bundler/current_ruby.rb, line 98 def rbx? ruby? && defined?(RUBY_ENGINE) && RUBY_ENGINE == "rbx" end