Sha256: 9a79d7c79f48cef573335555418e1fcb1c80ae8ac8be2784d9632aaa20ea6fb8

Contents?: true

Size: 248 Bytes

Versions: 5

Compression:

Stored size: 248 Bytes

Contents

OS


The OS gem allows for some easy telling if you're on windows or not.

require 'os'
>> OS.windows? 
=> true

>> OS.bits
=> 32

>> OS.java?
=> true

If there are any other features you'd like, let me know.

github.com/rdp/os

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
os-0.4.0 README.rdoc
os-0.3.3 README.rdoc
os-0.3.2 README.rdoc
os-0.3.1 README.rdoc
os-0.3.0 README.rdoc