Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 439 Bytes

name.md

File metadata and controls

20 lines (12 loc) · 439 Bytes

Faker::Name

Faker::Name.name             #=> "Tyshawn Johns Sr."

Faker::Name.name_with_middle #=> "Aditya Elton Douglas"

Faker::Name.first_name       #=> "Kaci"

Faker::Name.last_name        #=> "Ernser"

Faker::Name.prefix           #=> "Mr."

Faker::Name.suffix           #=> "IV"

Faker::Name.title            #=> "Legacy Creative Director"

Faker::Name.initials         #=> "NJM"
Faker::Name.initials(2)      #=> "NM"