# File lib/fog/aws/models/rds/security_group.rb, line 53
        def authorize_ip_address(ip)
          authorize_cidrip("#{ip}/32")
        end