Sha256: 72d63af13d5c70d4861c18186689ff77be538b5528dcbe92b974bbd4106d51fb
Contents?: true
Size: 186 Bytes
Versions: 202
Compression:
Stored size: 186 Bytes
Contents
def mac? RbConfig::CONFIG['target_os'] =~ /darwin/i end def linux? RbConfig::CONFIG['target_os'] =~ /linux/i end def windows? RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i end
Version data entries
202 entries across 112 versions & 4 rubygems