Method: FileSystem::Path.getwd

Defined in:
lib/filesystem.rb

.getwdObject



317
318
319
320
# File 'lib/filesystem.rb', line 317

def self.getwd
	@@getwd = Dir.getwd if @@getwd.nil?
	@@getwd
end