class Berkshelf::UnknownCompressionType
def initialize(target, destination)
def initialize(target, destination) @target = target @destination = destination end
def to_s
def to_s "The file at '#{@target}' is not a known compression type, and cannot be decompressed into '#{@destination}'" end