class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher
def comparison_descriptions
def comparison_descriptions description_array = submatcher_comparison_descriptions if description_array.empty? '' else submatcher_comparison_descriptions.join(' and ') end end