module Dockman::Extensions::Pathname::ClassMethods

Public Instance Methods

home() click to toggle source
# File lib/dockman/extensions/pathname.rb, line 11
def home
  home_dir = ENV.fetch('HOME')
  new home_dir
end