Module: Dockman::Extensions::Pathname::ClassMethods
- Defined in:
- lib/dockman/extensions/pathname.rb
Instance Method Summary collapse
Instance Method Details
#home ⇒ Object
11 12 13 14 |
# File 'lib/dockman/extensions/pathname.rb', line 11 def home home_dir = ENV.fetch('HOME') new home_dir end |