global

def password_meets_requirements?(password)

def password_meets_requirements?(password)
  password_minimum_length <= password.length
end