Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 428 Bytes

dota.md

File metadata and controls

21 lines (15 loc) · 428 Bytes

Faker::Dota

Available since version 1.9.0.

# Random hero
Faker::Dota.hero #=> "Abaddon"

# Random item
Faker::Dota.item #=> "You have called death upon yourself."

# Random team
Faker::Dota.team #=> "Evil Geniuses"

# Random player
Faker::Dota.player #=> "Dendi"

# Random quote
Faker::Dota.quote #=> "Easy now, this stuff is explosive!"
Faker::Dota.quote(hero = 'alchemist') #=> "Better living through alchemy!"