Method: Must::Differ#execute

Defined in:
lib/must/differ.rb

#executeObject



71
72
73
74
75
76
# File 'lib/must/differ.rb', line 71

def execute
  execute!
  return true
rescue Must::Invalid
  return false
end