Module System
In: lib/more/facets/rbsystem.rb

System

The System module provides Platform and Ruby system information. The module should also be able to stand in for rbconfig. It is intended for use as a service module although it can be mixed-in too.

Methods

External Aliases

ruby_install_name -> ruby

Public Instance methods

argf()

Alias for default_input

platform ——————————————————

Miscellaneous ———————————————

defin()

Alias for default_input

defout()

Alias for default_output

defout=(x)

Alias for default_output=

exit_status()

Alias for child_status

fs()
fs=(x)
input_lineno()

Alias for input_line_number

load path —————————————————-

ofs()
ofs=(x)
options()

Alias for argv

ors()
ors=(x)
pid()

Alias for process_id

 these won't work here

def file; FILE ; end def filepath; File.expand_path(FILE) ; end def lineno; LINE ; end

Execution Environment ————————————-

required()

Alias for loaded_features

rs()
rs=(x)

Input/Ouput Variables ————————————-

[Validate]