Class: Faker::Hobby

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/default/hobby.rb

Constant Summary

Constants inherited from Base

Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.activityString

Retrieves a typical hobby activity.

Examples:

Faker::Hobby.activity #=> "Cooking"

Returns:

  • (String)

Available since:

  • next



17
18
19
# File 'lib/faker/default/hobby.rb', line 17

def activity
  fetch('hobby.activity')
end