Method: FakeFS::File.path
- Defined in:
- lib/fakefs/file.rb
.path(file) ⇒ Object
62 63 64 |
# File 'lib/fakefs/file.rb', line 62 def self.path(file) RealFile.path(file) end |
62 63 64 |
# File 'lib/fakefs/file.rb', line 62 def self.path(file) RealFile.path(file) end |