Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

superhero.md

File metadata and controls

20 lines (14 loc) · 413 Bytes

Faker::Superhero

Available since version 1.6.2.

# 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"