class Faker::Internet

def ip_v6_cidr

Returns:
  • (String) -
def ip_v6_cidr
  "#{ip_v6_address}/#{rand(1..127)}"
end