class Bundler::CurrentRuby

def mri?

def mri?
  !windows? && RUBY_ENGINE == "ruby"
end