module RSpec::Support::Ruby

def mri?

def mri?
  !defined?(RUBY_ENGINE) || RUBY_ENGINE == 'ruby'
end