Sha256: 07dd2c5a13516fbdc4fe7cae516e9ce6faf1d2ef3929d0c8f9f88b54dd986e95

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

require "nokogiri"

class PageDownloader
  class Filters
    class ToDocumentObject
      def filter(content)
        Nokogiri::HTML(content)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
page_downloader-1.0 lib/page_downloader/filters/to_document_object.rb