class Bundler::CurrentRuby

def rbx?

def rbx?
  ruby? && RUBY_ENGINE == "rbx"
end