dropHelpers method

bool dropHelpers()

removes all helpers from Stubble

Implementation

bool dropHelpers() {
  _helpers.clear();

  return true;
}