Sha256: 6ff6ff68f3e0b75d556ccd369806464d736b3154f29b162a27ecb90cbc1e3cdf
Contents?: true
Size: 123 Bytes
Versions: 1
Compression:
Stored size: 123 Bytes
Contents
module Undead class << self def windows? RbConfig::CONFIG["host_os"] =~ /mingw|mswin|cygwin/ end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
undead-0.2.0 | lib/undead/utility.rb |