# File lib/bundler/current_ruby.rb, line 46
    def mri?
      !mswin? && (!defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby")
    end