class Bundler::CurrentRuby

def maglev?

def maglev?
  defined?(RUBY_ENGINE) && RUBY_ENGINE == "maglev"
end