class Shoulda::Matchers::ActiveModel::ValidateLengthOfMatcher

def initialize(attribute)

def initialize(attribute)
  super(attribute)
  @options = {}
  @short_message = nil
  @long_message = nil
end