Method: Replication::Tarfile#dereference

Defined in:
lib/replication/tarfile.rb

#dereferenceBoolean

Returns Follow symlinks and archive the files they point to.

Returns:

  • (Boolean)

    Follow symlinks and archive the files they point to



18
19
20
# File 'lib/replication/tarfile.rb', line 18

def dereference
  @dereference
end