Method: Faker::Job.title
- Defined in:
- lib/faker/default/job.rb
.title ⇒ String
Produces a random job title.
17 18 19 |
# File 'lib/faker/default/job.rb', line 17 def title parse('job.title') end |
Produces a random job title.
17 18 19 |
# File 'lib/faker/default/job.rb', line 17 def title parse('job.title') end |