Method: FakeFS::Pathname#expand_path

Defined in:
lib/fakefs/pathname.rb

#expand_path(*args) ⇒ Object

See File.expand_path.



781
782
783
# File 'lib/fakefs/pathname.rb', line 781

def expand_path(*args)
  self.class.new(File.expand_path(@path, *args))
end