Class: OnlyofficeWebdriverWrapper::OSHelper
- Inherits:
-
Object
- Object
- OnlyofficeWebdriverWrapper::OSHelper
- Defined in:
- lib/onlyoffice_webdriver_wrapper/helpers/os_helper.rb
Overview
Stuff for working with OS families
Class Method Summary collapse
-
.mac? ⇒ True, False
Check if current platform is mac.
Class Method Details
.mac? ⇒ True, False
Returns 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 |