Sha256: 03c815249f82bdf6898401655d0be3ac16efe7e22b6ee0349521db31fefd2233

Contents?: true

Size: 145 Bytes

Versions: 1

Compression:

Stored size: 145 Bytes

Contents

class PageDownloader
  class Filters
    class DocumentObjectToString
      def filter(content)
        content.to_s
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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