class Loofah::Scrubbers::Prune

def scrub(node)

def scrub(node)
  return CONTINUE if html5lib_sanitize(node) == CONTINUE
  node.remove
  STOP
end