class RSpec::Matchers::BuiltIn::ChangeRelatively

def description

Other tags:
    Private: -
def description
  "change #{@change_details.value_representation} " \
  "#{@relativity.to_s.tr('_', ' ')} #{description_of @expected_delta}"
end