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