module Minitest::Guard

def maglev? platform = defined?(RUBY_ENGINE) && RUBY_ENGINE

def maglev? platform = defined?(RUBY_ENGINE) && RUBY_ENGINE
  "maglev" == platform
end