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