Method: FFakerTW::Company#catch_phrase

Defined in:
lib/ffakerTW/company.rb

#catch_phraseObject

Generate a buzzword-laden catch phrase. Wordlist from www.1728.com/buzzword.htm



26
27
28
# File 'lib/ffakerTW/company.rb', line 26

def catch_phrase
  "#{fetch_sample(CATCH_PRE)} #{fetch_sample(CATCH_MID)} #{fetch_sample(CATCH_POS)}"
end