class Faker::Hobby
Public Class Methods
Source
# File lib/faker/default/hobby.rb, line 17 def activity fetch('hobby.activity') end
Retrieves a typical hobby activity.
@return [String]
@example
Faker::Hobby.activity #=> "Cooking"
@faker.version next