# File lib/monkey/engine.rb, line 16
    def ree?
      !!(RUBY_DESCRIPTION =~ /Ruby Enterprise Edition/) || RUBY_ENGINE == "ree"
    end