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 (*args) self.class.new(File.(@path, *args)) end |