49 50 51 52 53 54 55
# File 'lib/train/file.rb', line 49 def source if @follow_symlink self.class.new(@backend, @path, false) else self end end