module Selenium::WebDriver::Platform

def engine

def engine
  @engine ||= RUBY_ENGINE.to_sym
end