Module: RumoduleMod

Included in:
RumoduleCommon
Defined in:
bin/rumodule

Overview

“home”-method.

Instance Method Summary (collapse)

Instance Method Details

- (Object) home

Return home path.



266
267
268
# File 'bin/rumodule', line 266

def home
    ENV['HOME']
end