class RSpec::Matchers::BuiltIn::BaseMatcher

def expected_formatted

Other tags:
    Private: -
def expected_formatted
  RSpec::Support::ObjectFormatter.format(@expected)
end