Codebase list ruby-faker / 53e64c0a-e8db-405f-832c-af3768846ec6/main doc / hobbit.md
53e64c0a-e8db-405f-832c-af3768846ec6/main

Tree @53e64c0a-e8db-405f-832c-af3768846ec6/main (Download .tar.gz)

hobbit.md @53e64c0a-e8db-405f-832c-af3768846ec6/mainraw · history · blame

# Faker::Hobbit

Available since version 1.8.0.

```ruby
# Any character from the book
Faker::Hobbit.character #=> "Gandalf the Grey"

# One of the 13 dwarves from the Company, or Gandalf, or Bilbo
Faker::Hobbit.thorins_company #=> "Thorin Oakenshield"

Faker::Hobbit.quote #=> "Never laugh at live dragons, Bilbo you fool!"

Faker::Hobbit.location #=> "The Shire"
```