Method: ShellHelpers::PathnameExt::Base.home

Defined in:
lib/shell_helpers/pathname.rb

.homeObject



56
57
58
# File 'lib/shell_helpers/pathname.rb', line 56

def home
	return Pathname.new(Dir.home)
end