# File lib/faker/internet.rb, line 95
def
ip_v4_address
(
1
..
4
).
map
{
rand
(
2
..
254
) }.
join
(
'.'
)
end