module FFaker::Company

def catch_phrase

Wordlist from http://www.1728.com/buzzword.htm
Generate a buzzword-laden catch phrase.
def catch_phrase
  "#{fetch_sample(CATCH_PRE)} #{fetch_sample(CATCH_MID)} #{fetch_sample(CATCH_POS)}"
end