Method: FakeFS::Pathname.getwd

Defined in:
lib/fakefs/pathname.rb

.getwdObject Also known as: pwd

See Dir.getwd. Returns the current working directory as a Pathname.



936
937
938
# File 'lib/fakefs/pathname.rb', line 936

def self.getwd
  new(Dir.getwd)
end