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