Sha256: 0c5de0271db8fd578f148cd1ca3aa02b80af7d286dea369e3fd8666042fda894
Contents?: true
Size: 287 Bytes
Versions: 6
Compression:
Stored size: 287 Bytes
Contents
module Vcloud module EdgeGateway class ConfigurationDiffer def initialize local, remote @local = local @remote = remote end def diff ( @local == @remote ) ? [] : HashDiff.diff(@local, @remote) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems