class RSpec::Matchers::MultiMatcherDiff
def self.from(expected, actual)
-
(RSpec::Matchers::MultiMatcherDiff)
-
Parameters:
-
actual
(Any
) -- value -
expected
(Any
) -- value to be wrapped
Other tags:
- Api: - private
def self.from(expected, actual) return expected if self === expected new([[expected, DEFAULT_DIFF_LABEL, actual]]) end