module Concurrent::Utility::EngineDetector

def on_truffleruby?

def on_truffleruby?
  RUBY_ENGINE == 'truffleruby'
end