module Compu
add some system info from/via rbconfig - why? why not?
Constants
- ARCH
- CPU
- MAJOR
- MINOR
- OS
- PATCH
- VERSION
Public Class Methods
arch()
click to toggle source
# File lib/computer.rb, line 72 def self.arch() ARCH; end
cpu()
click to toggle source
# File lib/computer.rb, line 71 def self.cpu() CPU; end
os()
click to toggle source
# File lib/computer.rb, line 70 def self.os() OS; end
root()
click to toggle source
# File lib/computer/version.rb, line 16 def self.root File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) ) end
version()
click to toggle source
# File lib/computer/version.rb, line 8 def self.version VERSION end