class Faker::Internet

def ip_v4_cidr

Returns:
  • (String) -
def ip_v4_cidr
  "#{ip_v4_address}/#{rand(1..31)}"
end