Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added documentation for dumb and dumber #1135

Merged
merged 3 commits into from
May 17, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Contents
- [Faker::DragonBall](doc/dragon_ball.md)
- [Faker::DrWho](doc/dr_who.md)
- [Faker::Dune](doc/dune.md)
- [Faker::DumbAndDumber](doc/dumb_and_dumber.md)
Copy link
Member

@vbrazo vbrazo May 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be ordered by name, so DumbAndDumber should come first.

- [Faker::Educator](doc/educator.md)
- [Faker::ElderScrolls](doc/elder_scrolls.md)
- [Faker::Fallout](doc/fallout.md)
Expand Down
11 changes: 11 additions & 0 deletions doc/dumb_and_dumber.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Faker::Seinfeld
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy and 🍝


```ruby

Faker::DumbAndDumber.actor #=> "Jim Carrey"

Faker::DumbAndDumber.character #=> "Harry Dunne"

Faker::DumbAndDumber.quote #=> "Why you going to the airport? Flying somewhere?"

```
2 changes: 1 addition & 1 deletion lib/locales/en/dumb_and_dumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ en:
"G'day mate! Let's put another shrimp on the barbie!",
"How was your day? Not bad. Fell off the jet way again.",
"Nice set of hooters you got there! I beg your pardon? The owls! They're beautiful!",
" I expected the Rocky Mountains to be a little rockier than this. I was thinking the same thing. That John Denver's full of shit, man.",
"I expected the Rocky Mountains to be a little rockier than this. I was thinking the same thing. That John Denver's full of shit, man.",
"I'm going to hang by the bar... Put out the vibe.",
"So you're telling me there's a chance... YEAH!",
"One time, we successfully mated a bulldog with a Shih-Tzu. Really? That's weird. Yeah, we called it a bullshit.",
Expand Down