module FFaker::Tweet

def mention

def mention
  "@#{FFaker::Internet.user_name}"
end