Skip to content

Commit

Permalink
Update superhero.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy A authored and stympy committed Jan 22, 2017
1 parent 63e0b07 commit 613b5c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/superhero.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ Faker::Superhero.name #=> "Magnificent Shatterstar"

# Random Superhero power
Faker::Superhero.power #=> "Photokinesis"

# Random Superhero prefix
Faker::Superhero.prefix #=> "Captain"

# Random Superhero suffix
Faker::Superhero.suffix #=> "the Fated"

# Random Superhero descriptor
Faker::Superhero.descriptor #=> "Bizarro"
```

0 comments on commit 613b5c5

Please sign in to comment.