Class: Lhj::Config
- Inherits:
-
Object
- Object
- Lhj::Config
- Defined in:
- lib/lhj/config.rb
Overview
config
Defined Under Namespace
Modules: Mixin
Class Attribute Summary collapse
Instance Method Summary collapse
Class Attribute Details
.instance ⇒ Object
10 11 12 |
# File 'lib/lhj/config.rb', line 10 def self.instance @instance ||= new end |
Instance Method Details
#home_dir ⇒ Object
6 7 8 |
# File 'lib/lhj/config.rb', line 6 def home_dir @home_dir ||= Pathname.new('~/.lhj'). end |