Module: RumoduleMod
- Included in:
- RumoduleCommon
- Defined in:
- bin/rumodule
Overview
“home”-method.
Instance Method Summary (collapse)
-
- (Object) home
Return home path.
Instance Method Details
- (Object) home
Return home path.
266 267 268 |
# File 'bin/rumodule', line 266 def home ENV['HOME'] end |