class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher

def submatcher_qualified?(submatcher)

def submatcher_qualified?(submatcher)
  submatcher.instance_of?(ComparisonMatcher)
end