class Berkshelf::UnknownCompressionType
Public Class Methods
Source
# File lib/berkshelf/errors.rb, line 326 def initialize(target, destination) @target = target @destination = destination end
# File lib/berkshelf/errors.rb, line 326 def initialize(target, destination) @target = target @destination = destination end