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