Home constant for building paths from root directory onward.
TODO: Pathname#home needs to be more robust.
Returns [Pathname]
8 9 10
# File 'lib/standard/facets/pathname/home.rb', line 8 def self.home Pathname.new('~') end