Module: Banisterfiend

Extended by:
Banisterfiend
Included in:
Banisterfiend
Defined in:
lib/banisterfiend.rb,
lib/banisterfiend/version.rb

Constant Summary collapse

VERSION =
"0.1.0"

Instance Method Summary collapse

Instance Method Details

#nameObject



7
8
9
10
# File 'lib/banisterfiend.rb', line 7

def name
  digit = rand(30) + 70 if rand(3) == 1
  Faker::Internet.domain_word + digit.to_s
end