-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup books. Add Fantasy::Tolkien to README. (#2154)
* Add fantasy/tolkien to README and docs * Reformat book.yml * Reformat dune.yml * Reformat lovecraft.yml
- Loading branch information
Matt Kelly
authored
Mar 20, 2021
1 parent
3fa147d
commit 64baa40
Showing
5 changed files
with
848 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Faker::Fantasy::Tolkien | ||
|
||
```ruby | ||
# Any character from the entire Tolkien legendarium | ||
Faker::Fantasy::Tolkien.character #=> "Bungo Baggins" | ||
|
||
# Any location from the entire Tolkien legendarium | ||
Faker::Fantasy::Tolkien.location #=> "Minas Morgul" | ||
|
||
# Any poem title from the entire Tolkien legendarium | ||
Faker::Fantasy::Tolkien.poem #=> "Fifteen birds in five fir trees" | ||
|
||
# Any race from the entire Tolkien legendarium | ||
Faker::Fantasy::Tolkien.race #=> "Ents" | ||
``` |
Oops, something went wrong.