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