From: Roger Pack on 14 Jan 2010 15:55 Initial release of the OS gem. 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 >> OS.ruby_exe => "c:\ruby18\bin\ruby.exe" # or "/usr/local/bin/ruby" or what not >> OS.posix? => false If there are any other features you'd like, let me know. github.com/rdp/os Related: Gem.ruby Platform gem -rp -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: Cucumber Scenario Outline Next: How to know the OS architecture (32 or 64 bits)? |