module FFaker::NameGR

def female_full_name

def female_full_name
  "#{female_first_name} #{female_last_name}"
end