Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 381 Bytes

superhero.md

File metadata and controls

18 lines (13 loc) · 381 Bytes

Faker::Superhero

# Random Superhero name
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"