module FFaker::GenderRU

def binary

def binary
  fetch_sample(BINARY_GENDERS)
end

def random

def random
  fetch_sample(GENDERS)
end