Class: LeukFaker::Names
- Inherits:
-
Object
- Object
- LeukFaker::Names
- Defined in:
- lib/faker/name.rb
Class Method Summary collapse
Class Method Details
.firstname ⇒ Object
5 6 7 |
# File 'lib/faker/name.rb', line 5 def firstname FIRSTNAMES.rand end |
.lastname ⇒ Object
9 10 11 |
# File 'lib/faker/name.rb', line 9 def lastname LASTNAMES.rand end |
.nickname ⇒ Object
13 14 15 |
# File 'lib/faker/name.rb', line 13 def nickname NICKNAMES.rand + ' ' + SUFFIXES.rand end |