Sha256: f6c6a8667e9462584586c85fd69aaff1c885b32e27cf7ce009a190ccf8bff33b
Contents?: true
Size: 249 Bytes
Versions: 21
Compression:
Stored size: 249 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'] =~ /freebsd/i end def windows? RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i end
Version data entries
21 entries across 21 versions & 1 rubygems