Method: FakeFS::File.expand_path
- Defined in:
- lib/fakefs/file.rb
.expand_path(file_name, dir_string = FileSystem.current_dir.to_s) ⇒ Object
176 177 178 |
# File 'lib/fakefs/file.rb', line 176 def self.(file_name, dir_string = FileSystem.current_dir.to_s) RealFile.(file_name, RealFile.(dir_string, Dir.pwd)) end |