Class: FakeFaker::WorldCup

Inherits:
Object
  • Object
show all
Defined in:
lib/fake_faker/worldcup.rb

Class Method Summary collapse

Class Method Details

.group(group = nil) ⇒ Object



4
5
6
# File 'lib/fake_faker/worldcup.rb', line 4

def group(group = nil)
  ::Faker::WorldCup.group(group: group)
end

.roster(country = nil, type = nil) ⇒ Object



8
9
10
# File 'lib/fake_faker/worldcup.rb', line 8

def roster(country = nil, type = nil)
  ::Faker::WorldCup.roster(country: country, type: type)
end