Sha256: c72b46487682233442e23dd3917c469d2a63d146ee7b12ecc422626df541d803
Contents?: true
Size: 262 Bytes
Versions: 15
Compression:
Stored size: 262 Bytes
Contents
def darwin? RbConfig::CONFIG['target_os'] =~ /darwin/i end def linux? RbConfig::CONFIG['target_os'] =~ /linux/i end def bsd? RbConfig::CONFIG['target_os'] =~ /bsd|dragonfly/i end def windows? RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i end
Version data entries
15 entries across 13 versions & 3 rubygems