# File lib/faker/internet.rb, line 24
def
domain_name
[
domain_word
,
domain_suffix
].
join
(
'.'
)
end