class Bundler::CurrentRuby

def maglev?

def maglev?
  RUBY_ENGINE == "maglev"
end