Sha256: 170c7f7338ec0fb9e1cfda73fedc0c10b3728495f7bed911ca2c2cf84ed7c00c
Contents?: true
Size: 360 Bytes
Versions: 4
Compression:
Stored size: 360 Bytes
Contents
module Faker class Esport < Base class << self def player fetch('esport.players') end def team fetch('esport.teams') end def league fetch('esport.leagues') end def event fetch('esport.events') end def game fetch('esport.games') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
faker-1.9.1 | lib/faker/esport.rb |
faker-1.8.7 | lib/faker/esport.rb |
faker-1.8.6 | lib/faker/esport.rb |
faker-1.8.5 | lib/faker/esport.rb |