Method: FakeFS::Pathname#readlink
- Defined in:
- lib/fakefs/pathname.rb
#readlink ⇒ Object
See File.readlink. Read symbolic link.
730 731 732 |
# File 'lib/fakefs/pathname.rb', line 730 def readlink self.class.new(File.readlink(@path)) end |