From: "rogerdpack (Roger Pack)" Date: 2012-07-26T07:20:18+09:00 Subject: [ruby-core:46773] [ruby-trunk - Feature #6792][Open] request for easier system properties access Issue #6792 has been reported by rogerdpack (Roger Pack). ---------------------------------------- Feature #6792: request for easier system properties access https://bugs.ruby-lang.org/issues/6792 Author: rogerdpack (Roger Pack) Status: Open Priority: Normal Assignee: Category: Target version: Before I forget about it, it would be nice for Ruby to have some way to access certain system properties more easily: require 'os' >> OS.bits => 32 >> OS.windows? => false >> OS.rss_bytes => 123456 >> OS.cpu_count => 5 So this is a request for a helper class for such. Ex: https://github.com/rdp/os -- http://bugs.ruby-lang.org/