# File lib/loofah/helpers.rb, line 18
      def sanitize(string_or_io)
        Loofah.scrub_fragment(string_or_io, :strip).to_s
      end