module Backup::Utilities::Helpers

Allows these utility methods to be included in other classes, while allowing them to be stubbed in spec_helper for all specs.

Private Instance Methods

gnu_tar?() click to toggle source
# File lib/backup/utilities.rb, line 220
def gnu_tar?; Utilities.gnu_tar?; end