Method: Gloo::Core::GlooSystem#msg_platform_linux?
- Defined in:
- lib/gloo/core/gloo_system.rb
#msg_platform_linux? ⇒ Boolean
Is the platform Linux?
243 244 245 246 |
# File 'lib/gloo/core/gloo_system.rb', line 243 def msg_platform_linux? platform = TTY::Platform.new return platform.linux? end |