R
Roger Pack
Initial release of the OS gem.
The OS gem allows for some easy telling if you're on windows or not.
=> true
=> 32
=> true
=> "c:\ruby18\bin\ruby.exe" # or "/usr/local/bin/ruby" or what not
=> false
If there are any other features you'd like, let me know.
github.com/rdp/os
Related:
Gem.ruby
Platform gem
-rp
The OS gem allows for some easy telling if you're on windows or not.
=> true
=> 32
=> true
=> "c:\ruby18\bin\ruby.exe" # or "/usr/local/bin/ruby" or what not
=> false
If there are any other features you'd like, let me know.
github.com/rdp/os
Related:
Gem.ruby
Platform gem
-rp