class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher

def initialize(attribute)

def initialize(attribute)
  super
  @submatchers = []
  @diff_to_compare = DEFAULT_DIFF_TO_COMPARE
  @expects_to_allow_nil = false
  @comparison_submatcher = false
end