Codebase list ruby-faker / scrub-obsolete/main doc / hobbit.md
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

hobbit.md @scrub-obsolete/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"
```