module FFaker::Company

def bs

Wordlist from http://dack.com/web/bullshit.html
When a straight answer won't do, BS to the rescue!
def bs
  "#{fetch_sample(BS_PRE)} #{fetch_sample(BS_MID)} #{fetch_sample(BS_POS)}"
end