module FFaker::GenderPL

Inspirations: pl.wikipedia.org/wiki/P%C5%82e%C4%87

Constants

GENDERS

Public Instance Methods

maybe()
Alias for: random
random() click to toggle source
# File lib/ffaker/gender_pl.rb, line 12
def random
  fetch_sample(GENDERS)
end
Also aliased as: maybe, sample
sample()
Alias for: random