Sha256: 000cbe88e38f593aae1595194da72ab01227ef0fb86aad3e1392be3650e110de
Contents?: true
Size: 165 Bytes
Versions: 3
Compression:
Stored size: 165 Bytes
Contents
require 'rbconfig' module TomatoHarvest module OS module_function def mac? (/mac|darwin/ =~ RbConfig::CONFIG['host_os']) != nil end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tomatoharvest-0.1.1 | lib/tomatoharvest/os.rb |
tomatoharvest-0.1.0 | lib/tomatoharvest/os.rb |
tomatoharvest-0.0.1 | lib/tomatoharvest/os.rb |