ENV

class ENV

Parent:
Object

ENV is a hash-like accessor for environment variables-

Public Class Methods

ENV[name] → value Show source

Retrieves the value for environment variable name as a String. Returns nil if the named variable does not exist.

static VALUE
rb_f_getenv(VALUE obj,