Method: Pathname.work

Defined in:
lib/standard/facets/pathname/work.rb

.workObject

Work constant for building paths from root directory onward.

Returns [Pathname]



6
7
8
# File 'lib/standard/facets/pathname/work.rb', line 6

def self.work
  Pathname.new('.')
end