module Faker::Name

def prefix

def prefix
  PREFIXES.rand
end