Codebase list ruby-faker / upstream/1.9.1 doc / hobbit.md
upstream/1.9.1

Tree @upstream/1.9.1 (Download .tar.gz)

hobbit.md @upstream/1.9.1raw · 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"
```