-
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.
Fix syntax highlighting and missing version (#2276)
- Loading branch information
1 parent
677ac8f
commit 6921f44
Showing
1 changed file
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Faker::TvShows::Seinfeld | ||
|
||
Available since version 1.8.3. | ||
|
||
```ruby | ||
Faker::TvShows::Seinfeld.character #=> George Costanza | ||
Faker::TvShows::Seinfeld.character #=> George Costanza | ||
|
||
Faker::TvShows::Seinfeld.quote #=> I'm not a lesbian. I hate men, but I'm not a lesbian | ||
Faker::TvShows::Seinfeld.quote #=> I'm not a lesbian. I hate men, but I'm not a lesbian | ||
|
||
Faker::TvShows::Seinfeld.business #=> Kruger Industrial Smoothing | ||
Faker::TvShows::Seinfeld.business #=> Kruger Industrial Smoothing | ||
``` |