Class: OnlyofficeWebdriverWrapper::OSHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/onlyoffice_webdriver_wrapper/helpers/os_helper.rb

Overview

Stuff for working with OS families

Class Method Summary collapse

Class Method Details

.mac?True, False

Returns Check if current platform is mac.

Returns:

  • (True, False)

    Check if current platform is mac



7
8
9
# File 'lib/onlyoffice_webdriver_wrapper/helpers/os_helper.rb', line 7

def self.mac?
  RUBY_PLATFORM.include?('darwin')
end