module Compu

add some system info from/via rbconfig - why? why not?

Constants

ARCH
CPU
OS

Public Class Methods

arch() click to toggle source
# File lib/shell-lite.rb, line 72
def self.arch() ARCH; end
cpu() click to toggle source
# File lib/shell-lite.rb, line 71
def self.cpu()  CPU;  end
os() click to toggle source
# File lib/shell-lite.rb, line 70
def self.os()   OS;   end