Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
adds docs for activities/food/etc..
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Cooke committed Oct 18, 2014
1 parent 82efb99 commit ff80771
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ person.username #=> "alexsmith" (various styles exist)
# E-Mail Addresses
person.email_address #=> "alexsmith@example.com"
person.free_email_address #=> "alexsmith@gmail.com" (or various other free providers)

# Activities
person.favourite_activity #=> "Figure skating"

# Foods
person.favourite_food #=> "Pizza"

# Likes/Dislikes
person.likes(3) #=> ['Driving', 'Fish fingers', 'Jogging']
person.dislikes(2) #=> ['Kitesurfing', 'Coffee']
```

## Why not Faker?
Expand Down

0 comments on commit ff80771

Please sign in to comment.