class Shoulda::Matchers::ActiveModel::EnsureLengthOfMatcher

def lower_bound_matches?

def lower_bound_matches?
  disallows_lower_length? && allows_minimum_length?
end