module FFaker::NamePL

def male_name_with_prefix

def male_name_with_prefix
  "#{male_prefix} #{male_full_name}"
end