Sha256: ddfa44a7d8e89029e228fb5ba556ad7d5c57b14b5db98f3389da03f7c822acc1
Contents?: true
Size: 246 Bytes
Versions: 121
Compression:
Stored size: 246 Bytes
Contents
def mac? RbConfig::CONFIG['target_os'] =~ /darwin/i end def linux? RbConfig::CONFIG['target_os'] =~ /linux/i end def bsd? RbConfig::CONFIG['target_os'] =~ /freebsd/i end def windows? RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i end
Version data entries
121 entries across 112 versions & 10 rubygems