module PowerStencil::Utils::Os
Constants
- WINDOWS_RUBY_FLAVOURS
Public Class Methods
windows?()
click to toggle source
# File lib/power_stencil/utils/os.rb, line 8 def self.windows? WINDOWS_RUBY_FLAVOURS.include? RbConfig::CONFIG['host_os'] end