Module: DBus::Platform
- Defined in:
- lib/dbus/platform.rb
Overview
Platform detection
Class Method Summary collapse
Class Method Details
.freebsd? ⇒ Boolean
18 19 20 |
# File 'lib/dbus/platform.rb', line 18 def freebsd? RbConfig::CONFIG["target_os"] =~ /freebsd/ end |
.macos? ⇒ Boolean
22 23 24 |
# File 'lib/dbus/platform.rb', line 22 def macos? RbConfig::CONFIG["target_os"] =~ /darwin/ end |