Class: MacAppSync::Defaults::Comparator
- Inherits:
-
Object
- Object
- MacAppSync::Defaults::Comparator
- Defined in:
- lib/mac_app_sync/defaults/comparator.rb
Class Method Summary collapse
Class Method Details
.different?(a, b) ⇒ Boolean
5 6 7 |
# File 'lib/mac_app_sync/defaults/comparator.rb', line 5 def different?(a, b) different_type?(a, b) || different_value?(a, b) end |