class PageDownloader::Filters::DocumentObjectToString

Public Instance Methods

filter(content) click to toggle source
# File lib/page_downloader/filters/document_object_to_string.rb, line 4
def filter(content)
  content.to_s
end